ports/games/blobwars/patches/patch-src_map_cpp

12 lines
218 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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)
{