From 6e10ed264a52ebfa338b9bbf559714c6a440d787 Mon Sep 17 00:00:00 2001 From: ansstuff Date: Wed, 15 Aug 2012 19:30:25 +0000 Subject: [PATCH] Taseditor: another experiment with lost_position logic (by midclick) --- src/drivers/win/taseditor/playback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/win/taseditor/playback.cpp b/src/drivers/win/taseditor/playback.cpp index 9d0c6e2c..a7d23ae3 100644 --- a/src/drivers/win/taseditor/playback.cpp +++ b/src/drivers/win/taseditor/playback.cpp @@ -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