X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=9f1ce493632f868c12380657d2e1cf47ba4df716;hb=98d421667c21a07ab69dd881f1435c2f595ddd4c;hp=4cf98184011b9ebd6539895a4f1438c65e1a746a;hpb=e51177796149f37de339bda83558c3c49758be93;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 4cf98184..9f1ce493 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -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(); +void subDoGameStuff(void); -#endif /* DOGAMESTUFF_H */ +#endif // DOGAMESTUFF_H