Have Look Back reset your color to prefcolor

This commit is contained in:
wolfy852 2019-05-12 03:21:46 -05:00
parent c8fdc95597
commit 5613446b6f

View file

@ -9323,6 +9323,9 @@ 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)
choice == KEY_BACKSPACE // Hack to allow resetting prefcolor on controllers
switch (choice) switch (choice)
{ {
case KEY_DOWNARROW: case KEY_DOWNARROW: