mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
K_drawKartMinimap: fix minor typo
This commit is contained in:
parent
93e444c0d9
commit
d9a1baa9f1
1 changed files with 1 additions and 1 deletions
|
|
@ -4393,7 +4393,7 @@ static void K_drawKartMinimap(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
minimaptrans = ((10-minimaptrans)<<FF_TRANSSHIFT);
|
minimaptrans = ((10-minimaptrans)<<V_ALPHASHIFT);
|
||||||
|
|
||||||
// Really looking forward to never writing this loop again
|
// Really looking forward to never writing this loop again
|
||||||
UINT8 bestplayer = MAXPLAYERS;
|
UINT8 bestplayer = MAXPLAYERS;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue