fix build
authorkoda
Sun, 25 Oct 2009 10:39:12 +0000
changeset 2582 e16668bac20f
parent 2581 10f03732ea60
child 2583 f8da275981e5
fix build
hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Sun Oct 25 10:38:09 2009 +0000
+++ b/hedgewars/uStore.pas	Sun Oct 25 10:39:12 2009 +0000
@@ -901,9 +901,7 @@
 function  LoadImage(const filename: string; imageFlags: Integer): PSDL_Surface;
 var tmpsurf: PSDL_Surface;
     s: shortstring;
-{$IFDEF DARWIN}
     convertedSurf: PSDL_Surface;
-{$ENDIF}
 begin
 WriteToConsole(msgLoading + filename + '... ');