]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/info.cpp
Use DEBUG instead of USEPAK to enable debugging code.
[quix0rs-blobwars.git] / src / info.cpp
index 8ddcc66b9e16fc49fbd5f6dfc30757c5ab008570..0ccb0615445a373dcdab029efc245a928a6acb41 100644 (file)
@@ -213,10 +213,10 @@ void doPauseInfo()
        
        graphics.setFontColor(0xff, 0xff, 0xff, 0x00, 0x00, 0x00);
 
-       //#if !USEPAK
+       #if DEBUG
        snprintf(string, sizeof string, _("Position = %d:%d"), (int)player.x, (int)player.y);
        graphics.drawString(string, 5, 25, false, graphics.screen);
-       //#endif
+       #endif
 
        graphics.drawString(_("*** PAUSED ***"), 320, y, TXT_CENTERED, graphics.screen);