- made video base code game independent
This commit is contained in:
parent
2196b4fb04
commit
ddef3f7b98
56 changed files with 251 additions and 241 deletions
|
|
@ -569,6 +569,12 @@ void FGameConfigFile::DoGlobalSetup ()
|
|||
UCVarValue v = var->GetGenericRep(CVAR_Float);
|
||||
vid_gamma = v.Float;
|
||||
}
|
||||
var = FindCVar("fullscreen", NULL);
|
||||
if (var != NULL)
|
||||
{
|
||||
UCVarValue v = var->GetGenericRep(CVAR_Bool);
|
||||
vid_fullscreen = v.Float;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue