fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index 4cf98184011b9ebd6539895a4f1438c65e1a746a..facb8fc3040fc56a845b44c0af2b061bed1f5960 100644 (file)
@@ -7,14 +7,9 @@
 
 #include "global.h"
 
-#if 1
 extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE];
 extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
-#else
-extern byte *AnimationSubTable;
-extern int *AnimationPosTable;
-#endif
 
-extern void subDoGameStuff();
+extern void subDoGameStuff(void);
 
 #endif /* DOGAMESTUFF_H */