mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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);
|
M_QuitSRB2(0);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case KEY_F11: // Gamma Level
|
case KEY_F11: // Fullscreen
|
||||||
CV_AddValue(&cv_globalgamma, 1);
|
CV_AddValue(&cv_fullscreen, 1);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// Spymode on F12 handled in game logic
|
// Spymode on F12 handled in game logic
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue