mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
2b4f213c9f
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