changed interface for functions to auto-play tapes
[rocksndiamonds.git] / src / screens.c
index 23e0b113c01b0bc4f52424330a6dad50889ba5f5..cfab48e7250f1c5888648fbe8d267c65fa748269 100644 (file)
@@ -9034,10 +9034,10 @@ void HandleGameActions(void)
   if (game_status != GAME_MODE_PLAYING)
     return;
 
-  GameActions();       // main game loop
+  GameActions();               // main game loop
 
   if (tape.auto_play && !tape.playing)
-    AutoPlayTapes();   // continue automatically playing next tape
+    AutoPlayTapesContinue();   // continue automatically playing next tape
 }