From c7aa1aec5328e8e2c5d42f9b34567cc6c4eadc03 Mon Sep 17 00:00:00 2001 From: f1fth_freed0m Date: Mon, 12 May 2008 18:37:10 +0000 Subject: - removed useless for loops in UScreenSing - added cmdline switch "window" for windowmode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1082 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UCommandLine.pas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Game/Code/Classes') 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 -- cgit v1.2.3