]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/tankBoss.cpp
Fix all issues found by the Clang Static Analyzer.
[quix0rs-blobwars.git] / src / tankBoss.cpp
index 59ed0f15c577b1c1c415e4f4c8866e75e60273a7..4cda249e86d1335f53b7f535b2c86fe1d843aa92 100644 (file)
@@ -92,7 +92,7 @@ void traceTankBossMGFireLine()
                dx = -1;
        }
        
-       int x = (int)self->x;
+       int x;
        int y = (int)self->y + 10;
        
        Entity *enemy = NULL;