X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=3139a0206ef16793b1cc9ee1b048e131a0ee488c;hb=79d7ca29718d025ed0b131bf5389685fe9b941c4;hp=ce409eb4551e3fe882a64f3af7ba37adbb003573;hpb=bc739f556617ab3e83f1beb7e0a446b9d074b8ee;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index ce409eb4..3139a020 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -3,8 +3,14 @@ #include "global.h" +struct GameInfo_SP game_sp_info; +struct LevelInfo_SP native_sp_level; + void InitGameEngine_SP() { + game_sp_info.LevelSolved = FALSE; + game_sp_info.GameOver = FALSE; + #if 0 menPlay_Click(); #else @@ -20,4 +26,5 @@ void BlitScreenToBitmap_SP(Bitmap *target_bitmap) void GameActions_SP(byte action[MAX_PLAYERS], boolean warp_mode) { + subMainGameLoop_Main(); }