# HG changeset patch
# User koda
# Date 1256467152 0
# Node ID e16668bac20ff7cc30f99876535e0f971f0ff104
# Parent  10f03732ea605a9782a6999ab94d9328fabf1e1e
fix build

diff -r 10f03732ea60 -r e16668bac20f 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 + '... ');