hedgewars/hwengine.pas
changeset 2663 d53918cd22bb
parent 2647 0e1208e92dfe
child 2667 d9201436c6cf
equal deleted inserted replaced
2662:12dc696f1c81 2663:d53918cd22bb
   412      for p:= Succ(Low(TPathType)) to High(TPathType) do
   412      for p:= Succ(Low(TPathType)) to High(TPathType) do
   413          if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p]
   413          if p <> ptMapCurrent then Pathz[p]:= PathPrefix + '/' + Pathz[p]
   414      end;
   414      end;
   415 {$IFDEF IPHONEOS}
   415 {$IFDEF IPHONEOS}
   416   0: begin
   416   0: begin
   417         PathPrefix:= 'hedgewars/Data';
   417         PathPrefix:= 'Data';
   418         recordFileName:= 'hedgewars/save.hws';
   418         recordFileName:= 'save.hws';
   419         val('320', cScreenWidth);
   419         val('320', cScreenWidth);
   420         val('480', cScreenHeight);
   420         val('480', cScreenHeight);
   421         cInitWidth:= cScreenWidth;
   421         cInitWidth:= cScreenWidth;
   422         cInitHeight:= cScreenHeight;
   422         cInitHeight:= cScreenHeight;
   423         cBitsStr:= '32';
   423         cBitsStr:= '32';