rnd-19980915
[rocksndiamonds.git] / src / screens.c
index 90305d7e4adfdfd28cecda7236d7fc45e803413f..e4f8f8a157e45872c9365ee880775663b92958b8 100644 (file)
@@ -666,7 +666,7 @@ void HandleHelpScreen(int button)
   }
   else
   {
-    if (DelayReached(&hs_delay,GAME_FRAME_DELAY))
+    if (DelayReached(&hs_delay,GAME_FRAME_DELAY * 2))
     {
       if (helpscreen_state<num_helpscreen_els_pages)
        DrawHelpScreenElAction(helpscreen_state*MAX_HELPSCREEN_ELS);
@@ -1312,6 +1312,8 @@ void HandleGameActions()
     TapeStop();
 
   GameActions();
+
+  BackToFront();
 }
 
 void HandleVideoButtons(int mx, int my, int button)