hedgewars/uMisc.pas
branchexperimental3D
changeset 3690 c247dee9e1c0
parent 3686 617d00c850b0
child 3694 3e9c0634065c
--- a/hedgewars/uMisc.pas	Fri Jul 30 13:36:03 2010 +0200
+++ b/hedgewars/uMisc.pas	Sat Jul 31 10:53:54 2010 +0200
@@ -37,6 +37,8 @@
 
     isStereoEnabled : boolean = true;
 
+    isStereoEnabled : boolean;
+
     fastUntilLag    : boolean;
 
     GameState       : TGameState;
@@ -759,7 +761,7 @@
     Rewrite(f);
 {$ELSE}
     if (ParamStr(1) <> '') and (ParamStr(2) <> '') then
-        if (ParamCount <> 3) and (ParamCount <> 18) then
+        if (ParamCount <> 3) and (ParamCount <> 19) then
         begin
             for i:= 0 to 7 do
             begin
@@ -784,7 +786,6 @@
 {$ENDIF}
 {$I+}
 {$ENDIF}
-
 end;
 
 procedure freeModule;