- fixed default for 'modern' in GameStartupInfo.

It shouldn't force 1.5 compatibility but enable the CVAR.
This commit is contained in:
Christoph Oelckers 2020-06-02 16:59:21 +02:00
parent 7638ead1c8
commit 8216d31568

View file

@ -12,7 +12,7 @@ struct FStartupInfo
int Type;
int LoadLights = -1;
int LoadBrightmaps = -1;
int modern = -1;
int modern = 0;
enum
{
DefaultStartup,