mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Minimap offset support
This commit is contained in:
parent
01d67c18b3
commit
5a8eab9513
1 changed files with 7 additions and 0 deletions
|
|
@ -4774,6 +4774,13 @@ static void K_drawKartMinimap(void)
|
|||
splitflags |= V_HUDTRANSHALF;
|
||||
}
|
||||
|
||||
// let offsets transfer to the heads, too!
|
||||
if (mirrormode)
|
||||
x += SHORT(AutomapPic->leftoffset);
|
||||
else
|
||||
x -= SHORT(AutomapPic->leftoffset);
|
||||
y -= SHORT(AutomapPic->topoffset);
|
||||
|
||||
// Player's tiny icons on the Automap.
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue