mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 19:08:15 +00:00
Fix compiler warning
svn-id: r24042
This commit is contained in:
parent
119ee3fb8b
commit
bf6a1cc734
@ -336,7 +336,7 @@ void AGOSEngine::dropBlock(int a, int b, int c) {
|
||||
|
||||
void AGOSEngine::gravityCheck()
|
||||
{
|
||||
int i, j, k;
|
||||
int i, k;
|
||||
int x, y, z;
|
||||
int flag;
|
||||
int block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user