mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'prisons-kickstartaccel' into 'master'
Fix y coord of Kickstart Accel "silver dorito" in battleprisons See merge request KartKrew/Kart!2143
This commit is contained in:
commit
42bb64f813
1 changed files with 5 additions and 0 deletions
|
|
@ -3145,6 +3145,11 @@ static void K_drawKartAccessibilityIcons(boolean gametypeinfoshown, INT32 fx)
|
|||
|
||||
if (r_splitscreen < 2) // adjust to speedometer height
|
||||
{
|
||||
if (battleprisons)
|
||||
{
|
||||
fy -= 2;
|
||||
}
|
||||
|
||||
if (gametypeinfoshown)
|
||||
{
|
||||
fy -= 11;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue