mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
minor 2p/4p fix
This commit is contained in:
parent
92831788da
commit
2e3af0a377
1 changed files with 2 additions and 3 deletions
|
|
@ -4108,8 +4108,7 @@ static void K_initKartHUD(void)
|
||||||
|
|
||||||
if (splitscreen) // Splitscreen
|
if (splitscreen) // Splitscreen
|
||||||
{
|
{
|
||||||
ITEM_X = -4;
|
ITEM_Y = 4;
|
||||||
ITEM_Y = 0;
|
|
||||||
|
|
||||||
TIME_Y = 4;
|
TIME_Y = 4;
|
||||||
|
|
||||||
|
|
@ -4121,7 +4120,7 @@ static void K_initKartHUD(void)
|
||||||
|
|
||||||
if (splitscreen > 1) // 3P/4P Small Splitscreen
|
if (splitscreen > 1) // 3P/4P Small Splitscreen
|
||||||
{
|
{
|
||||||
ITEM_X = 4;
|
ITEM_X = 0;
|
||||||
ITEM_Y = 0;
|
ITEM_Y = 0;
|
||||||
|
|
||||||
LAPS_X = 3;
|
LAPS_X = 3;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue