mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
k_drawBossHealthBar: Fix casing on boss name
This commit is contained in:
parent
0784acea49
commit
d2710aa17e
1 changed files with 1 additions and 1 deletions
|
|
@ -2406,7 +2406,7 @@ static void K_drawBossHealthBar(void)
|
||||||
{
|
{
|
||||||
rolrand = 10;
|
rolrand = 10;
|
||||||
}
|
}
|
||||||
V_DrawRightAlignedThinString(startx, starty-rolrand, V_HUDTRANS|V_SLIDEIN|V_SNAPTOBOTTOM|V_SNAPTORIGHT, bossinfo.enemyname);
|
V_DrawRightAlignedThinString(startx, starty-rolrand, V_FORCEUPPERCASE|V_HUDTRANS|V_SLIDEIN|V_SNAPTOBOTTOM|V_SNAPTORIGHT, bossinfo.enemyname);
|
||||||
rolrand = 0;
|
rolrand = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue