From 6984d6cd31d3ceb270a7caa75c4ed757788eb50b Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 20:53:31 +0000 Subject: (svn r1832) Next byte -> char iteration: custom names --- oldloader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oldloader.c') diff --git a/oldloader.c b/oldloader.c index 0a32cd2af..c0d23b5a8 100644 --- a/oldloader.c +++ b/oldloader.c @@ -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; -- cgit v1.2.3-54-g00ecf