- add 'loadwidescreen' to gameinfo, works exactly like 'loadbrightmaps' or 'loadlights'
This commit is contained in:
parent
7479648083
commit
34c57ab6be
2 changed files with 8 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ struct FStartupInfo
|
|||
int Type;
|
||||
int LoadLights = -1;
|
||||
int LoadBrightmaps = -1;
|
||||
int LoadWidescreen = -1;
|
||||
int modern = 0;
|
||||
enum
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue