renamed function
[rocksndiamonds.git] / src / screens.c
index a4db11b24383cc085b334227442d1c8a202e5e95..fe814ec765b5ddeea6e2e19e25f03cc21369a1e4 100644 (file)
@@ -8439,7 +8439,7 @@ void HandleGameActions(void)
   GameActions();       // main game loop
 
   if (tape.auto_play && !tape.playing)
-    AutoPlayTape();    // continue automatically playing next tape
+    AutoPlayTapes();   // continue automatically playing next tape
 }