Taseditor: another experiment with lost_position logic (by midclick)

This commit is contained in:
ansstuff 2012-08-15 19:30:25 +00:00
parent 331a195d7f
commit 6e10ed264a
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ void PLAYBACK::MiddleButtonClick()
jump(selection_beginning);
SeekingStart(saved_currFrameCounter);
}
} else if (GetLostPosition() > currFrameCounter)
} else if (GetLostPosition() > currFrameCounter && greenzone.SavestateIsEmpty(GetLostPosition()))
{
RestorePosition();
} else