Fuck the gamma shortcut, replace it with a fullscreen toggle

This commit is contained in:
Sally Coolatta 2021-03-11 15:03:30 -05:00
parent 3ebedeaa08
commit 8ebfb656cc

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