X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=d63d32a0f2966b9c6d1f18ddfa728c604ef51ecf;hb=c14ddc8b933f45b1fb02e0fe5a7637655b88f90a;hp=467c82d2a2d267abea2c5275284abe3c3ec73eef;hpb=572a4bab20b6f36ef1a4782094b27ac5a703a476;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 467c82d2..d63d32a0 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -11,6 +11,10 @@ void InitGameEngine_SP() game_sp_info.LevelSolved = FALSE; game_sp_info.GameOver = FALSE; + menBorder.Checked = setup.sp_show_border_elements; + + InitScrollPlayfield(); + #if 1 menPlay_Click(); #else