rnd-20090719-1-src
[rocksndiamonds.git] / src / game_sp / MainForm.c
index 2fe2633924d4e38895e9d1eb8c849a890fd26b8a..9cb124e5e92b3bf434ee5e1d0e9281318ecae64e 100644 (file)
@@ -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