ports/games/blobwars/patches/patch-src_map_cpp

11 lines
218 B
Text

--- src/map.cpp.orig
+++ src/map.cpp
@@ -399,7 +399,7 @@ void showMap(int centerX, int centerY)
engine.flushInput();
engine.clearInput();
- doMusicInfo(-1);
+ doMusicInfo((unsigned int) -1);
while (true)
{