fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_sp / DoGameStuff.c
index 7a7c1ac77919bfb0dc60bef1f6cc901e2999715d..2ba35823a8db9fc16c5b24d9b05d71f797240a50 100644 (file)
@@ -17,7 +17,7 @@ byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
 // Do game stuff
 // ==========================================================================
 
-void subDoGameStuff()
+void subDoGameStuff(void)
 {
   int si, cx, dx, bl;
   int InfotronsNeeded_last = InfotronsNeeded;