hedgewars/uStore.pas
branchios-revival
changeset 11100 c348a8afff6e
parent 11086 95f97c4d154c
child 11106 2953f858a196
--- a/hedgewars/uStore.pas	Sun Aug 09 15:37:29 2015 +0200
+++ b/hedgewars/uStore.pas	Sun Aug 09 15:38:00 2015 +0200
@@ -370,7 +370,11 @@
     begin
     MakeCrossHairs;
     LoadGraves;
+{$IFDEF IPHONEOS}
+    tmpHatSurf:= LoadDataImage(ptHats, 'chef', ifNone);
+{$ELSE}
     tmpHatSurf:= LoadDataImage(ptHats, 'Reserved/chef', ifNone);
+{$ENDIF}
     ChefHatTexture:= Surface2Tex(tmpHatSurf, true);
     freeTmpHatSurf();
     end;