mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-05 05:06:24 +00:00
Duel/Teams HUD: Snap to right in 2P
This commit is contained in:
parent
a1e029a154
commit
e24c18ce59
1 changed files with 2 additions and 0 deletions
|
|
@ -3396,6 +3396,7 @@ static void K_drawKartDuelScores(void)
|
|||
if (r_splitscreen == 1)
|
||||
{
|
||||
redraw = false;
|
||||
flags |= V_SNAPTORIGHT;
|
||||
if (R_GetViewNumber() == 1)
|
||||
{
|
||||
flags |= V_SNAPTOBOTTOM;
|
||||
|
|
@ -3780,6 +3781,7 @@ void K_drawKartTeamScores(boolean fromintermission, INT32 interoffset)
|
|||
if (r_splitscreen == 1 && !fromintermission)
|
||||
{
|
||||
basex += 110;
|
||||
flags |= V_SNAPTORIGHT;
|
||||
if (R_GetViewNumber() == 1)
|
||||
{
|
||||
flags |= V_SNAPTOBOTTOM;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue