hedgewars/uStore.pas
changeset 6089 adc69bbb24e5
parent 6072 e3dc802965d6
child 6224 42b256eca362
child 6286 835392304f81
--- a/hedgewars/uStore.pas	Thu Oct 06 00:11:55 2011 +0400
+++ b/hedgewars/uStore.pas	Thu Oct 06 03:55:51 2011 +0200
@@ -966,12 +966,12 @@
 {$IFNDEF DARWIN}
         ico:= LoadImage(UserPathz[ptGraphics] + '/hwengine', ifIgnoreCaps);
         if ico = nil then ico:= LoadImage(Pathz[ptGraphics] + '/hwengine', ifIgnoreCaps);
-{$ENDIF}
         if ico <> nil then
             begin
             SDL_WM_SetIcon(ico, 0);
             SDL_FreeSurface(ico)
             end;
+{$ENDIF}
         end
     else
         begin