diff --git a/engines/agos/rules.cpp b/engines/agos/rules.cpp index c9709ba98cc..92d8d847f1f 100644 --- a/engines/agos/rules.cpp +++ b/engines/agos/rules.cpp @@ -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;