mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 18:52:31 +00:00
Fuck the gamma shortcut, replace it with a fullscreen toggle
This commit is contained in:
parent
3ebedeaa08
commit
8ebfb656cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue