(svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies.
This commit is contained in:
@@ -72,8 +72,8 @@ typedef struct StationSpec {
|
||||
* Used for obtaining the sprite offset of custom sprites, and for
|
||||
* evaluating callbacks.
|
||||
*/
|
||||
SpriteGroup *spritegroup[NUM_GLOBAL_CID];
|
||||
SpriteGroup *groundgroup;
|
||||
struct SpriteGroup *spritegroup[NUM_GLOBAL_CID];
|
||||
struct SpriteGroup *groundgroup;
|
||||
} StationSpec;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user