added setup option to continue recording after replaying tape
[rocksndiamonds.git] / src / tape.c
index eb825c8d98c49924fa69aa95e806bd63c20baa92..4efba84a76f7c05072ca49121845334cc744b940 100644 (file)
@@ -994,6 +994,9 @@ byte *TapePlayAction(void)
       TapeStopWarpForward();
       TapeTogglePause(TAPE_TOGGLE_MANUAL);
 
+      if (setup.autorecord_after_replay)
+       TapeAppendRecording();
+
       return NULL;
     }
   }
@@ -1004,6 +1007,9 @@ byte *TapePlayAction(void)
     {
       TapeStopWarpForward();
       TapeTogglePause(TAPE_TOGGLE_MANUAL);
+
+      if (setup.autorecord_after_replay)
+       TapeAppendRecording();
     }
     else
     {