hedgewars/hwengine.pas
changeset 3407 dcc129c4352e
parent 3387 733f4001b8b9
child 3432 83cef0f08a86
--- a/hedgewars/hwengine.pas	Sun May 02 20:30:23 2010 +0000
+++ b/hedgewars/hwengine.pas	Sun May 02 22:00:50 2010 +0000
@@ -28,6 +28,7 @@
 {$ELSE}
 program hwengine;
 {$ENDIF}
+
 uses
     SDLh in 'SDLh.pas',
     uConsts in 'uConsts.pas',
@@ -423,7 +424,7 @@
 
 {$IFNDEF HWLIBRARY}
 ////////////////////////////////
-procedure Resize(w, h: LongInt);
+(*procedure Resize(w, h: LongInt);
 begin
     cScreenWidth:= w;
     cScreenHeight:= h;
@@ -431,7 +432,7 @@
         ParseCommand('/fullscr 1', true)
     else
         ParseCommand('/fullscr 0', true);
-end;
+end;*)
 
 /////////////////////
 procedure DisplayUsage;