From 059ae196267a723c0331ab9c15000902e08c69de Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 31 Jul 2005 13:08:08 +0000 Subject: (svn r2764) -Feature: Clone vehicles -This allows a player to clone an excisting vehicle of his own -[fix]: this uncovered an excisting bug in CmdBuildRailVehicle() where depots could build trains of the wrong track type. This is fixed -Thanks to Celestar for drawing the sprites and _luca_ for including them in openttd.grf --- spritecache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spritecache.c') diff --git a/spritecache.c b/spritecache.c index 26a7391e8..bc2317564 100644 --- a/spritecache.c +++ b/spritecache.c @@ -732,7 +732,7 @@ static const char * const _cached_filenames[4] = { "cached_sprites.xx3", }; -#define OPENTTD_SPRITES_COUNT 98 +#define OPENTTD_SPRITES_COUNT 100 static const SpriteID _openttd_grf_indexes[] = { SPR_OPENTTD_BASE + 0, SPR_OPENTTD_BASE + 7, // icons etc 134, 134, // euro symbol medium size -- cgit v1.2.3-54-g00ecf