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