mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-12 22:03:49 +00:00
gl_vidsdl.c (VID_MenuKey): fixed a typo: cursor position 4 controls vid_vsync,
not vid_fullscreen. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@44 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
c7e2a5f5ea
commit
3445dddc72
1 changed files with 1 additions and 1 deletions
|
@ -1787,7 +1787,7 @@ void VID_MenuKey (int key)
|
|||
Cbuf_AddText ("toggle vid_fullscreen\n");
|
||||
break;
|
||||
case 4:
|
||||
Cbuf_AddText ("toggle vid_fullscreen\n");
|
||||
Cbuf_AddText ("toggle vid_vsync\n");
|
||||
break;
|
||||
case 5:
|
||||
Cbuf_AddText ("vid_test\n");
|
||||
|
|
Loading…
Reference in a new issue