Merge branch 'me-when-i-am-string-and-dancing' into 'master'

Fix inline `V_STRINGDANCE` (hex 0x02) in strings not resetting y offset

See merge request kart-krew-dev/ring-racers!65
This commit is contained in:
Eidolon 2025-10-20 13:50:31 -05:00
commit f67c53e130

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)