hedgewars/uLocale.pas
changeset 13457 b587cdb03bac
parent 13157 c5453cbdeb87
child 13832 10a3b80130b5
equal deleted inserted replaced
13456:7a0a56c52fd2 13457:b587cdb03bac
   100                 trammoc[TAmmoStrId(b)]:= s;
   100                 trammoc[TAmmoStrId(b)]:= s;
   101             4: if (b >=0) and (b <= ord(High(TAmmoStrId))) then
   101             4: if (b >=0) and (b <= ord(High(TAmmoStrId))) then
   102                 trammod[TAmmoStrId(b)]:= s;
   102                 trammod[TAmmoStrId(b)]:= s;
   103             5: if (b >=0) and (b <= ord(High(TGoalStrId))) then
   103             5: if (b >=0) and (b <= ord(High(TGoalStrId))) then
   104                 trgoal[TGoalStrId(b)]:= s;
   104                 trgoal[TGoalStrId(b)]:= s;
       
   105             6: if (b >=0) and (b <= ord(High(TCmdHelpStrId))) then
       
   106                 trcmd[TCmdHelpStrId(b)]:= s;
   105            end;
   107            end;
   106        end;
   108        end;
   107    pfsClose(f);
   109    pfsClose(f);
   108    end;
   110    end;
   109 end;
   111 end;