X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.c;h=9cb124e5e92b3bf434ee5e1d0e9281318ecae64e;hb=e63e92923fa0196ba7d538d4c8f5a16994e3bee8;hp=2fe2633924d4e38895e9d1eb8c849a890fd26b8a;hpb=8d3d7d213a9691455a49544624bf380e85f43461;p=rocksndiamonds.git diff --git a/src/game_sp/MainForm.c b/src/game_sp/MainForm.c index 2fe26339..9cb124e5 100644 --- a/src/game_sp/MainForm.c +++ b/src/game_sp/MainForm.c @@ -2422,10 +2422,13 @@ void menPlay_Click() #endif subFetchAndInitLevelB(); + // Trace "MainForm", "CountDown 1" CountDown(2, (0 == DemoFlag)); // Trace "MainForm", "Call GoPlay" + GoPlay(); + // Trace "MainForm", "GoPlay returned" #if 0 @@ -2451,8 +2454,11 @@ void menPlay_Click() bPlaying = False; // Trace "MainForm", "Call subFetchAndInitLevel" + subFetchAndInitLevel(); + // Trace "MainForm", "subFetchAndInitLevel returned" + Stage.Blt(); #if 0