equal
deleted
inserted
replaced
1530 CLRBIT(_cargo_mask, cid + i); |
1530 CLRBIT(_cargo_mask, cid + i); |
1531 } |
1531 } |
1532 break; |
1532 break; |
1533 |
1533 |
1534 case 0x09: /* String ID for cargo type name */ |
1534 case 0x09: /* String ID for cargo type name */ |
|
1535 cs->name_plural = grf_load_word(&buf); |
|
1536 break; |
|
1537 |
|
1538 case 0x0A: /* String for 1 unit of cargo */ |
1535 cs->name = grf_load_word(&buf); |
1539 cs->name = grf_load_word(&buf); |
1536 break; |
|
1537 |
|
1538 case 0x0A: /* String for cargo name, plural */ |
|
1539 cs->name_plural = grf_load_word(&buf); |
|
1540 break; |
1540 break; |
1541 |
1541 |
1542 case 0x0B: |
1542 case 0x0B: |
1543 /* String for units of cargo. This is different in OpenTTD to TTDPatch |
1543 /* String for units of cargo. This is different in OpenTTD to TTDPatch |
1544 * (e.g. 10 tonnes of coal) */ |
1544 * (e.g. 10 tonnes of coal) */ |