diff options
Diffstat (limited to 'Game/Code/Classes/UCommandLine.pas')
-rw-r--r-- | Game/Code/Classes/UCommandLine.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Classes/UCommandLine.pas b/Game/Code/Classes/UCommandLine.pas index 03e5c9d3..3c56c606 100644 --- a/Game/Code/Classes/UCommandLine.pas +++ b/Game/Code/Classes/UCommandLine.pas @@ -167,6 +167,8 @@ begin NoLog := True else if (Command = 'fullscreen') then Fullscreen := True + else if (Command = 'window') then + Fullscreen := False else if (Command = 'joypad') then Joypad := True |