Fixes stupid obvious mistakes and changes the prefcolor reset to item.
This commit is contained in:
wolfy852 2019-05-12 04:22:34 -05:00
parent f61f7f4411
commit 334056a77d

View file

@ -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)
{