mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-28 04:00:41 +00:00
Shorter Karma sticker
This commit is contained in:
parent
0f01e9513a
commit
fa989f2f7f
1 changed files with 1 additions and 1 deletions
|
@ -6806,7 +6806,7 @@ static void K_drawKartBumpersOrKarma(void)
|
||||||
if (stplyr->kartstuff[k_bumper] <= 0)
|
if (stplyr->kartstuff[k_bumper] <= 0)
|
||||||
{
|
{
|
||||||
V_DrawMappedPatch(LAPS_X, LAPS_Y, V_HUDTRANS|splitflags, kp_karmasticker, colormap);
|
V_DrawMappedPatch(LAPS_X, LAPS_Y, V_HUDTRANS|splitflags, kp_karmasticker, colormap);
|
||||||
V_DrawKartString(LAPS_X+59, LAPS_Y+3, V_HUDTRANS|splitflags, va("%d/2", stplyr->kartstuff[k_comebackpoints]));
|
V_DrawKartString(LAPS_X+47, LAPS_Y+3, V_HUDTRANS|splitflags, va("%d/2", stplyr->kartstuff[k_comebackpoints]));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue