--- 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;