Rewind interval is now a multiple of 1/5 seconds (default value updated), more trailing spaces removed.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user