should have done the `port' after fixing this in newtree, not after :/

This commit is contained in:
Bill Currie 2000-11-03 16:50:23 +00:00
parent 0625a77dab
commit 1174f164fa

View file

@ -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");
}