mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
whoops
Fixes stupid obvious mistakes and changes the prefcolor reset to item.
This commit is contained in:
parent
9ac41cca73
commit
08bf9ee1f5
1 changed files with 2 additions and 2 deletions
|
|
@ -9318,8 +9318,8 @@ static void M_HandleSetupMultiPlayer(INT32 choice)
|
|||
size_t l;
|
||||
boolean exitmenu = false; // exit to previous menu and send name change
|
||||
|
||||
if ((choice == gamecontrol[gc_lookback][0] || choice == gamecontrol[gc_lookback][1]) && itemOn == 2)
|
||||
choice == KEY_BACKSPACE // Hack to allow resetting prefcolor on controllers
|
||||
if ((choice == gamecontrol[gc_fire][0] || choice == gamecontrol[gc_fire][1]) && itemOn == 2)
|
||||
choice = KEY_BACKSPACE; // Hack to allow resetting prefcolor on controllers
|
||||
|
||||
switch (choice)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue