From 5acfe85542721d758c9d15c7c275b2b6b71b9d68 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Thu, 2 Nov 2023 16:51:25 -0700 Subject: [PATCH] Fix incomplete ghost fast-forwarding --- src/g_demo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/g_demo.c b/src/g_demo.c index 4c617858c..9a44db79c 100644 --- a/src/g_demo.c +++ b/src/g_demo.c @@ -1474,11 +1474,11 @@ skippedghosttic: continue; } - p = g; -#undef follow - if (linecrossed && !g->linecrossed) goto readghosttic; + + p = g; +#undef follow } }