Taseditor: another experiment with lost_position logic (by midclick)
This commit is contained in:
parent
331a195d7f
commit
6e10ed264a
|
@ -306,7 +306,7 @@ void PLAYBACK::MiddleButtonClick()
|
||||||
jump(selection_beginning);
|
jump(selection_beginning);
|
||||||
SeekingStart(saved_currFrameCounter);
|
SeekingStart(saved_currFrameCounter);
|
||||||
}
|
}
|
||||||
} else if (GetLostPosition() > currFrameCounter)
|
} else if (GetLostPosition() > currFrameCounter && greenzone.SavestateIsEmpty(GetLostPosition()))
|
||||||
{
|
{
|
||||||
RestorePosition();
|
RestorePosition();
|
||||||
} else
|
} else
|
||||||
|
|
Loading…
Reference in New Issue