aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UCommandLine.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UCommandLine.pas')
-rw-r--r--Game/Code/Classes/UCommandLine.pas2
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