mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Have Look Back reset your color to prefcolor
This commit is contained in:
parent
c8fdc95597
commit
5613446b6f
1 changed files with 3 additions and 0 deletions
|
|
@ -9323,6 +9323,9 @@ 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
|
||||
|
||||
switch (choice)
|
||||
{
|
||||
case KEY_DOWNARROW:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue