mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 09:11:59 +00:00
whoops
Fixes stupid obvious mistakes and changes the prefcolor reset to item.
This commit is contained in:
parent
f61f7f4411
commit
334056a77d
1 changed files with 2 additions and 2 deletions
|
@ -9318,8 +9318,8 @@ static void M_HandleSetupMultiPlayer(INT32 choice)
|
||||||
size_t l;
|
size_t l;
|
||||||
boolean exitmenu = false; // exit to previous menu and send name change
|
boolean exitmenu = false; // exit to previous menu and send name change
|
||||||
|
|
||||||
if ((choice == gamecontrol[gc_lookback][0] || choice == gamecontrol[gc_lookback][1]) && itemOn == 2)
|
if ((choice == gamecontrol[gc_fire][0] || choice == gamecontrol[gc_fire][1]) && itemOn == 2)
|
||||||
choice == KEY_BACKSPACE // Hack to allow resetting prefcolor on controllers
|
choice = KEY_BACKSPACE; // Hack to allow resetting prefcolor on controllers
|
||||||
|
|
||||||
switch (choice)
|
switch (choice)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue