]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/CEngine.cpp
Use DEBUG instead of USEPAK to enable debugging code.
[quix0rs-blobwars.git] / src / CEngine.cpp
index a84d2575cd5e35fcfda1b2324bc3b69e55408d91..37238ae89a50b5a69ad44d1b142fa41017909c54 100644 (file)
@@ -84,11 +84,6 @@ Engine::Engine()
 
        // Cheats
        memset(lastKeyEvents, ' ', 25);
-       #if USEPAK
-               cheats = false;
-       #else
-               cheats = true;
-       #endif
        cheatHealth = cheatExtras = cheatFuel = cheatLevels = false;
        cheatBlood = cheatInvulnerable = cheatReload = cheatSpeed = cheatSkipLevel = false;