File diff r49:531903a7bd66 → r50:c2e5c03f18d8
table/landscape_sprite.h
Show inline comments
 
@@ -132,28 +132,32 @@ 0x10E4, 0x1133,
 
};
 

	
 

	
 
/* Slope graphics indexes temperate climate */
 
/* Slope graphics indexes temperate climate 
 
Skip first 3 sprites and only load the proper set */
 
static const SpriteID _slopes_spriteindexes_0[] = {
 
 0xfffe,  3,
 
 SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
 
 0xffff,
 
};
 

	
 
/* Slope graphics indexes arctic climate */
 
/* Slope graphics indexes arctic climate
 
Skip first 79 sprites and only load the proper set */
 
static const SpriteID _slopes_spriteindexes_1[] = {
 
 0xfffe,  79,
 
 SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
 
 0xffff,
 
};
 

	
 
/* Slope graphics indexes tropical climate */
 
/* Slope graphics indexes tropical climate 
 
Skip first 155 sprites and only load the proper set */
 
static const SpriteID _slopes_spriteindexes_2[] = {
 
 0xfffe,  155,
 
 SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,
 
 0xffff,
 
};
 

	
 
/* Slope graphics indexes toyland climate */
 
/* Slope graphics indexes toyland climate
 
Skip first 231 sprites and only load the proper set */
 
static const SpriteID _slopes_spriteindexes_3[] = {
 
 0xfffe,  231,
 
 SPR_SLOPES_BASE, SPR_SLOPES_BASE+73,