major cleanup of preprocessor hell
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
index 9051e4d1d2758df8def83a00575696900748d06e..4fff48c003ff6eba8a40f4bdc13ecf02e149f64c 100644 (file)
@@ -7,9 +7,8 @@
 
 #include "global.h"
 
-
-extern byte *AnimationSubTable;
-extern int *AnimationPosTable;
+extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE];
+extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE];
 
 extern void subDoGameStuff();