fix: inline string dance not resetting y offset

This commit is contained in:
haya 2025-10-18 10:42:58 +08:00 committed by NepDisk
parent efb610713f
commit 2fc24b795a

View file

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