mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Merge branch 'no-gamma-shortcut-v1' into 'master'
Replace gamma shortcut with a fullscreen toggle See merge request KartKrew/Kart-Public!254
This commit is contained in:
commit
977917e61d
1 changed files with 2 additions and 2 deletions
|
@ -2691,8 +2691,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_usegamma, 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…
Reference in a new issue