X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=4fff48c003ff6eba8a40f4bdc13ecf02e149f64c;hb=520916c89d7d96944bf3d66e3caa5afd840df74c;hp=9051e4d1d2758df8def83a00575696900748d06e;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 9051e4d1..4fff48c0 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -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();