station.h
changeset 1802 da61740cc1e7
parent 1768 15b8e7573310
child 1935 164d58b9137c
equal deleted inserted replaced
1801:b7b14c320dc1 1802:da61740cc1e7
   246 	 * default OTTD station layout should be used for stations of these
   246 	 * default OTTD station layout should be used for stations of these
   247 	 * dimensions. */
   247 	 * dimensions. */
   248 	StationLayout **layouts;
   248 	StationLayout **layouts;
   249 
   249 
   250 	/* Sprite offsets for renderdata->seq->image. spritegroup[0] is default
   250 	/* Sprite offsets for renderdata->seq->image. spritegroup[0] is default
   251 	 * whilst spritegroup[1] is "CID_PURCHASE". */
   251 	 * whilst spritegroup[1] is "GC_PURCHASE". */
   252 	SpriteGroup spritegroup[2];
   252 	SpriteGroup spritegroup[2];
   253 } StationSpec;
   253 } StationSpec;
   254 
   254 
   255 /* Here, @stid is local per-GRFFile station index. If spec->localidx is not yet
   255 /* Here, @stid is local per-GRFFile station index. If spec->localidx is not yet
   256  * set, it gets new dynamically allocated global index and spec->localidx is
   256  * set, it gets new dynamically allocated global index and spec->localidx is