Changeset - r143:2ea63141d5fe
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-27 08:35:38
dominik@openttd.org
(svn r144) Whoops, wrong variable
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
spritecache.c
Show inline comments
 
@@ -662,7 +662,7 @@ static const char * const _cached_filena
 
	"cached_sprites.xx3",
 
};
 

	
 
#define OPENTTD_SPRITES_COUNT = 70
 
#define OPENTTD_SPRITES_COUNT 70
 
static const uint16 _openttd_grf_indexes[] = {
 
	SPR_OPENTTD_BASE+0,	SPR_OPENTTD_BASE+7, // icons etc
 
	98,98,     // euro symbol medium size
 
@@ -672,7 +672,7 @@ static const uint16 _openttd_grf_indexes
 
	616, 616, // nordic char: Æ
 
	666, 666, // nordic char: Ø
 
	634, 634, // nordic char: Ø
 
	SPR_OPENTTD_BASE+62, SPR_OPENTTD_BASE+SPR_OPENTTD_COUNT, // more icons
 
	SPR_OPENTTD_BASE+62, SPR_OPENTTD_BASE + OPENTTD_SPRITES_COUNT, // more icons
 
	0xffff,
 
};
 

	
0 comments (0 inline, 0 general)