(svn r38) Preliminary slopes graphics fix. Neighboring tile check not done yet

This commit is contained in:
dominik
2004-08-13 11:28:59 +00:00
parent ec31ae9f16
commit 0c25a4b10c
6 changed files with 81 additions and 12 deletions

View File

@@ -132,3 +132,31 @@ static const SpriteID _landscape_spriteindexes_3[] = {
};
/* Slope graphics indexes temperate climate */
static const SpriteID _slopes_spriteindexes_0[] = {
0xfffe, 3,
SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
0xffff,
};
/* Slope graphics indexes arctic climate */
static const SpriteID _slopes_spriteindexes_1[] = {
0xfffe, 79,
SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
0xffff,
};
/* Slope graphics indexes tropical climate */
static const SpriteID _slopes_spriteindexes_2[] = {
0xfffe, 155,
SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
0xffff,
};
/* Slope graphics indexes toyland climate */
static const SpriteID _slopes_spriteindexes_3[] = {
0xfffe, 231,
SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
0xffff,
};