From 131f16796d05ca793313ea8667828e00f5a501fa Mon Sep 17 00:00:00 2001 From: SuuperW Date: Sat, 21 Jun 2025 20:10:40 -0500 Subject: [PATCH] revert accidental change that contradicts comment and somehow snuck in when updating said comment --- src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs b/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs index 3b27c7280f..f7f1da58d6 100644 --- a/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs +++ b/src/BizHawk.Client.Common/movie/tasproj/ZwinderStateManager.cs @@ -344,7 +344,7 @@ namespace BizHawk.Client.Common { // There is no future state, so there is no gap between states for us to measure. // We're probably unreserving for a marker removal. Allow it to be removed, so we don't pollute _reserved. - return true; + return false; } if (index <= 1) // index == 0 should not be possible. (It's the index of the state after the given frame.)