diff options
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/Classes/UCommandLine.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UCommandLine.pas b/Game/Code/Classes/UCommandLine.pas index 6a5a4808..e99ee37a 100644 --- a/Game/Code/Classes/UCommandLine.pas +++ b/Game/Code/Classes/UCommandLine.pas @@ -96,7 +96,7 @@ begin writeln( ' '+s( cMediaInterfaces ) + ' : Show in-use media interfaces' ); writeln( '' ); - halt(); + halt; end; //------------- |