1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 05:59:10 +00:00

(svn r1832) Next byte -> char iteration: custom names

This commit is contained in:
tron
2005-02-06 20:53:31 +00:00
parent cc8fc19d4a
commit 27dc506a03
11 changed files with 23 additions and 23 deletions

View File

@@ -462,7 +462,7 @@ static void FixOldVehicles(void)
#define REMAP_ORDER_IDX(x) ((x) - (0x045AB08 - 0x0458EF0)) / 2
extern TileIndex _animated_tile_list[256];
extern byte _name_array[512][32];
extern char _name_array[512][32];
extern uint16 _custom_sprites_base;
static byte _old_vehicle_multipler;