mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
Merge branch 'freeplay-be-nice' into 'master'
Also apply HUD translucency to FREE PLAY See merge request KartKrew/Kart-Public!161
This commit is contained in:
commit
d0a7adeb5e
1 changed files with 1 additions and 1 deletions
|
|
@ -8634,7 +8634,7 @@ void K_drawKartFreePlay(UINT32 flashtime)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
V_DrawKartString((BASEVIDWIDTH - (LAPS_X+1)) - (12*9), // mirror the laps thingy
|
V_DrawKartString((BASEVIDWIDTH - (LAPS_X+1)) - (12*9), // mirror the laps thingy
|
||||||
LAPS_Y+3, V_SNAPTOBOTTOM|V_SNAPTORIGHT, "FREE PLAY");
|
LAPS_Y+3, V_SNAPTOBOTTOM|V_SNAPTORIGHT|V_HUDTRANS, "FREE PLAY");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void K_drawDistributionDebugger(void)
|
static void K_drawDistributionDebugger(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue