mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
fix: inline string dance not resetting y offset
This commit is contained in:
parent
6fcfd452aa
commit
5019203872
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