- replace the lost 320x200 resolution with 960x600
This commit is contained in:
parent
ab16d3cd72
commit
3fd449378c
4 changed files with 17 additions and 6 deletions
|
|
@ -487,6 +487,17 @@ void FGameConfigFile::DoGlobalSetup ()
|
|||
}
|
||||
}
|
||||
}
|
||||
if (last < 217)
|
||||
{
|
||||
auto var = FindCVar("vid_scalemode", NULL);
|
||||
UCVarValue newvalue;
|
||||
newvalue.Int = 2;
|
||||
if (var != NULL)
|
||||
{
|
||||
UCVarValue v = var->GetGenericRep(CVAR_Int);
|
||||
if (v.Int == 3) var->SetGenericRep(newvalue, CVAR_Int);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue