X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fexport.h;h=0ba8ac7d89fbe1eb8bccd01cddcdcc1f089547f2;hb=0233176c2bf3c560162948ef0b3b4d2306b3a788;hp=11ef9edd44b9043ca73becf8c8ae483589b79ec8;hpb=1c803162bab730d5ebd5f6e38fc5cae8d41d558a;p=rocksndiamonds.git diff --git a/src/game_sp/export.h b/src/game_sp/export.h index 11ef9edd..0ba8ac7d 100644 --- a/src/game_sp/export.h +++ b/src/game_sp/export.h @@ -123,9 +123,6 @@ struct LevelInfo_SP byte playfield[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; struct DemoInfo_SP demo; - - // used for runtime values - struct GameInfo_SP *game_sp; }; struct GraphicInfo_SP @@ -175,7 +172,7 @@ void InitPrecedingPlayfieldMemory(void); void InitGfxBuffers_SP(void); void InitGameEngine_SP(void); -void GameActions_SP(byte *, boolean); +void GameActions_SP(byte[MAX_PLAYERS], boolean); unsigned int InitEngineRandom_SP(int);