hedgewars/uStore.pas
branchsdl2transition
changeset 9677 71626318f80e
parent 9670 1954f692e8c6
child 9682 aa2431ed87b2
--- a/hedgewars/uStore.pas	Tue Nov 05 11:04:26 2013 +0400
+++ b/hedgewars/uStore.pas	Wed Nov 06 00:59:33 2013 +0400
@@ -1138,6 +1138,7 @@
         WriteLnToConsole(msgOK);
         // load engine icon
     {$IFNDEF DARWIN}
+    {$IFNDEF SDL2}
         ico:= LoadDataImage(ptGraphics, 'hwengine', ifIgnoreCaps);
         if ico <> nil then
             begin
@@ -1145,6 +1146,7 @@
             SDL_FreeSurface(ico)
             end;
     {$ENDIF}
+    {$ENDIF}
         end
     else
         begin