mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
HUD: fix 1P Battle GOAL offset in Duel
This commit is contained in:
parent
bb2affc484
commit
2213386498
1 changed files with 5 additions and 1 deletions
|
|
@ -2315,7 +2315,11 @@ void PositionFacesInfo::draw_1p()
|
|||
UINT32 skinflags;
|
||||
|
||||
if (gametyperules & GTR_POINTLIMIT) // playing battle
|
||||
Y += (9*5) - 5; // <-- arbitrary calculation
|
||||
{
|
||||
Y += 40;
|
||||
if (ranklines < 3)
|
||||
Y -= 18;
|
||||
}
|
||||
else if (ranklines < 5)
|
||||
Y += (9*ranklines);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue