From 2fc24b795a9d93f0a7be4d7c5b92db698e111770 Mon Sep 17 00:00:00 2001 From: haya Date: Sat, 18 Oct 2025 10:42:58 +0800 Subject: [PATCH] fix: inline string dance not resetting y offset --- src/v_video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/v_video.c b/src/v_video.c index ccc6fcdac..88649269e 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -2806,6 +2806,7 @@ void V_DrawStringScaledEx( if (nodanceoverride) { dance = false; + cyoff = 0; } } else if (c == V_STRINGDANCE)