Rewind interval is now a multiple of 1/5 seconds (default value updated), more trailing spaces removed.

This commit is contained in:
grinvader
2005-05-11 13:26:31 +00:00
parent 713c780a6c
commit 89a510a977
4 changed files with 94 additions and 94 deletions

View File

@@ -212,7 +212,7 @@ extern unsigned char MovieProcessing;
void zmv_rewind_save(size_t, bool);
void zmv_rewind_load(size_t, bool);
#define ActualRewindFrames (RewindFrames * (romispal ? 25 : 30))
#define ActualRewindFrames (RewindFrames * (romispal ? 10 : 12))
void BackupCVFrame()
{