src/table/sprites.h
changeset 7335 141c6b86ec1f
parent 7307 9f8922176b67
child 7601 988040ee27f4
equal deleted inserted replaced
7334:ed9a43cf642a 7335:141c6b86ec1f
    48 
    48 
    49 	/* Extra graphic spritenumbers */
    49 	/* Extra graphic spritenumbers */
    50 	OPENTTD_SPRITES_COUNT = 112, // number of gfx-sprites in openttd.grf
    50 	OPENTTD_SPRITES_COUNT = 112, // number of gfx-sprites in openttd.grf
    51 	SPR_SIGNALS_BASE  = 4896,
    51 	SPR_SIGNALS_BASE  = 4896,
    52 	SPR_CANALS_BASE   = SPR_SIGNALS_BASE + 486,
    52 	SPR_CANALS_BASE   = SPR_SIGNALS_BASE + 486,
    53 	SPR_SLOPES_BASE   = SPR_CANALS_BASE + 70,
    53 
       
    54 	SPR_SLOPES_BASE                    = SPR_CANALS_BASE + 70,
       
    55 	SPR_SLOPES_INCLINED_OFFSET         = 15,
       
    56 	SPR_SLOPES_VIRTUAL_BASE            = SPR_SLOPES_BASE - SPR_SLOPES_INCLINED_OFFSET, // The original foundations (see SPR_FOUNDATION_BASE below) are mapped before the additional foundations.
       
    57 	SPR_SLOPES_NO_FOUNDATION_NW_OFFSET = 22, // no wall on the NW edge of the tile.
       
    58 	SPR_SLOPES_NO_FOUNDATION_NE_OFFSET = 44, // no wall on the NE edge of the tile.
       
    59 
    54 	SPR_AUTORAIL_BASE = SPR_SLOPES_BASE + 78,
    60 	SPR_AUTORAIL_BASE = SPR_SLOPES_BASE + 78,
    55 	SPR_ELRAIL_BASE   = SPR_AUTORAIL_BASE + 55,
    61 	SPR_ELRAIL_BASE   = SPR_AUTORAIL_BASE + 55,
    56 	SPR_2CCMAP_BASE   = SPR_ELRAIL_BASE + 53,
    62 	SPR_2CCMAP_BASE   = SPR_ELRAIL_BASE + 53,
    57 	SPR_OPENTTD_BASE  = SPR_2CCMAP_BASE + 256,
    63 	SPR_OPENTTD_BASE  = SPR_2CCMAP_BASE + 256,
    58 
    64