Gah, fixed two other typos, I feel like a moron.

This commit is contained in:
n-a-c-h
2005-03-29 11:44:59 +00:00
parent 9d7c404dab
commit cd0315e373

View File

@@ -295,8 +295,8 @@ void RestoreCVFrame()
unsigned char *RewindBufferPos = StateBackup + PBackupPos*rewind_state_size; unsigned char *RewindBufferPos = StateBackup + PBackupPos*rewind_state_size;
//printf("Restoring rewind in slot #%u\n", PBackupPos); //printf("Restoring rewind in slot #%u\n", PBackupPos);
copy_state_data(RewindBufferPos, memcpyrinc, true); copy_state_data(RewindBufferPos, memcpyrinc, true);
if (MovieProcessing == 1) { zmv_rewind_save(CBackupPos, true); } if (MovieProcessing == 1) { zmv_rewind_load(PBackupPos, true); }
else if (MovieProcessing == 2) { zmv_rewind_save(CBackupPos, false); } else if (MovieProcessing == 2) { zmv_rewind_load(PBackupPos, false); }
RewindTimer = ActualRewindFrames; RewindTimer = ActualRewindFrames;
} }