src/newgrf_station.h
changeset 6148 5247b66aad19
parent 5587 167d9a91ef02
child 6247 7d81e3a5d803
equal deleted inserted replaced
6147:ee050ca3889f 6148:5247b66aad19
    77 	byte *platforms;
    77 	byte *platforms;
    78 	StationLayout **layouts;
    78 	StationLayout **layouts;
    79 	bool copied_layouts;
    79 	bool copied_layouts;
    80 
    80 
    81 	/**
    81 	/**
    82 	 * NUM_GLOBAL_CID sprite groups.
    82 	 * NUM_CARGO real cargo plus three pseudo cargo sprite groups.
    83 	 * Used for obtaining the sprite offset of custom sprites, and for
    83 	 * Used for obtaining the sprite offset of custom sprites, and for
    84 	 * evaluating callbacks.
    84 	 * evaluating callbacks.
    85 	 */
    85 	 */
    86 	const struct SpriteGroup *spritegroup[NUM_GLOBAL_CID];
    86 	const struct SpriteGroup *spritegroup[NUM_CARGO + 3];
    87 } StationSpec;
    87 } StationSpec;
    88 
    88 
    89 /**
    89 /**
    90  * Struct containing information relating to station classes.
    90  * Struct containing information relating to station classes.
    91  */
    91  */