fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_em / synchro_1.c
index 7852eb74a0b3224e5f20303475e0f5ea1067ba89..475fea1cf8546a1222a11f9733d0705f52f185f3 100644 (file)
@@ -10,7 +10,7 @@
 
 #define USE_CHANGED_ACID_STUFF         1
 
-extern boolean checkIfAllPlayersFitToScreen();
+extern boolean checkIfAllPlayersFitToScreen(void);
 
 static void check_player(struct PLAYER *);
 static void kill_player(struct PLAYER *);