]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/hub.cpp
Replace music filenames with generic filenames.
[quix0rs-blobwars.git] / src / hub.cpp
index ce53472d9f3d6ffdbac3023210bd8357a4f62693..e3a1be35db910fc0a27e9489782a94239c0179c2 100644 (file)
@@ -438,7 +438,7 @@ int doHub()
        audio.free();
 
        graphics.loadBackground("gfx/main/worldMap.jpg");
-       audio.loadMusic("music/forAFriend.mod");
+       audio.loadMusic("music/hub");
        
        // we might want this now, for medals
        audio.loadSound(SND_ITEM, "sound/item.wav");
@@ -494,7 +494,7 @@ int doHub()
        char name[50], level[50], requiredLevel[50];
        int x, y;
 
-       #if !USEPAK
+       #if DEBUG
        char pos[50];
        #endif
 
@@ -613,7 +613,7 @@ int doHub()
                
                graphics.drawRect(10, 430, 620, 40, graphics.black, graphics.white, graphics.screen);
 
-               #if !USEPAK
+               #if DEBUG
                snprintf(pos, sizeof pos, "%.3d:%.3d", engine.getMouseX(), engine.getMouseY());
                graphics.drawString(pos, 320, 15, true, graphics.screen);
                #endif