mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 01:01:43 +00:00
Have Look Back reset your color to prefcolor
This commit is contained in:
parent
167f0bfe8b
commit
90e4a45aa4
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…
Reference in a new issue