diff -r 47d1b04003d1 -r adc69bbb24e5 hedgewars/uStore.pas --- 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