mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-21 19:51:09 +00:00
should have done the `port' after fixing this in newtree, not after :/
This commit is contained in:
parent
0625a77dab
commit
1174f164fa
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ x11_set_vidmode(int width, int height)
|
|||
void
|
||||
x11_Init_Cvars ()
|
||||
{
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen", "0", CVAR_ARCHIVE,
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen", "0", CVAR_ROM,
|
||||
"Toggles fullscreen game mode");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue