fix: inline string dance not resetting y offset

This commit is contained in:
haya 2025-10-18 10:42:58 +08:00
parent 6fcfd452aa
commit 5019203872

View file

@ -2796,6 +2796,7 @@ void V_DrawStringScaled(
if (nodanceoverride) if (nodanceoverride)
{ {
dance = false; dance = false;
cyoff = 0;
} }
} }
else if (c == V_STRINGDANCE) else if (c == V_STRINGDANCE)