Merge branch 'fuck-gamma' into 'master'

Fuck the gamma shortcut, replace it with a fullscreen toggle

See merge request KartKrew/Kart!405
This commit is contained in:
Sal 2021-03-31 10:46:33 -04:00
commit 2b4f213c9f

View file

@ -2703,8 +2703,8 @@ boolean M_Responder(event_t *ev)
M_QuitSRB2(0);
return true;
case KEY_F11: // Gamma Level
CV_AddValue(&cv_globalgamma, 1);
case KEY_F11: // Fullscreen
CV_AddValue(&cv_fullscreen, 1);
return true;
// Spymode on F12 handled in game logic