mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 05:02:55 +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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue