Fixed frame count being written to MZT.

This commit is contained in:
n-a-c-h
2005-03-21 11:08:35 +00:00
parent 7872433c17
commit 4450be2845
2 changed files with 4 additions and 4 deletions

View File

@@ -720,8 +720,8 @@ void statesaver()
if (MovieProcessing == 2)
{
bool mzt_save(char *, bool);
if (mzt_save(fnamest+1, (cbitmode && !NoPictureSave) ? true : false))
bool mzt_save(char *, bool, bool);
if (mzt_save(fnamest+1, (cbitmode && !NoPictureSave) ? true : false, false))
{
Msgptr = "RR STATE SAVED.";
MessageOn = MsgCount;