mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 02:01:15 +00:00
minor 2p/4p fix
This commit is contained in:
parent
0dfd7fc41e
commit
df03c27ba4
1 changed files with 2 additions and 3 deletions
|
@ -4108,8 +4108,7 @@ static void K_initKartHUD(void)
|
|||
|
||||
if (splitscreen) // Splitscreen
|
||||
{
|
||||
ITEM_X = -4;
|
||||
ITEM_Y = 0;
|
||||
ITEM_Y = 4;
|
||||
|
||||
TIME_Y = 4;
|
||||
|
||||
|
@ -4121,7 +4120,7 @@ static void K_initKartHUD(void)
|
|||
|
||||
if (splitscreen > 1) // 3P/4P Small Splitscreen
|
||||
{
|
||||
ITEM_X = 4;
|
||||
ITEM_X = 0;
|
||||
ITEM_Y = 0;
|
||||
|
||||
LAPS_X = 3;
|
||||
|
|
Loading…
Reference in a new issue