(svn r144) Whoops, wrong variable
This commit is contained in:
@@ -662,7 +662,7 @@ static const char * const _cached_filenames[4] = {
|
|||||||
"cached_sprites.xx3",
|
"cached_sprites.xx3",
|
||||||
};
|
};
|
||||||
|
|
||||||
#define OPENTTD_SPRITES_COUNT = 70
|
#define OPENTTD_SPRITES_COUNT 70
|
||||||
static const uint16 _openttd_grf_indexes[] = {
|
static const uint16 _openttd_grf_indexes[] = {
|
||||||
SPR_OPENTTD_BASE+0, SPR_OPENTTD_BASE+7, // icons etc
|
SPR_OPENTTD_BASE+0, SPR_OPENTTD_BASE+7, // icons etc
|
||||||
98,98, // euro symbol medium size
|
98,98, // euro symbol medium size
|
||||||
@@ -672,7 +672,7 @@ static const uint16 _openttd_grf_indexes[] = {
|
|||||||
616, 616, // nordic char: <20>
|
616, 616, // nordic char: <20>
|
||||||
666, 666, // nordic char: <20>
|
666, 666, // nordic char: <20>
|
||||||
634, 634, // nordic char: <20>
|
634, 634, // nordic char: <20>
|
||||||
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,
|
0xffff,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user