X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=4cf98184011b9ebd6539895a4f1438c65e1a746a;hp=9051e4d1d2758df8def83a00575696900748d06e;hb=e51177796149f37de339bda83558c3c49758be93;hpb=f7cee51ad23b10be242545a6445fddf45accf65d diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 9051e4d1..4cf98184 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -7,9 +7,13 @@ #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();