mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
f67c53e130
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue