(svn r6837) - Codechange: More const SpriteGroups missed in r6836
This commit is contained in:
@@ -73,7 +73,7 @@ typedef struct StationSpec {
|
||||
* Used for obtaining the sprite offset of custom sprites, and for
|
||||
* evaluating callbacks.
|
||||
*/
|
||||
struct SpriteGroup *spritegroup[NUM_GLOBAL_CID];
|
||||
const struct SpriteGroup *spritegroup[NUM_GLOBAL_CID];
|
||||
} StationSpec;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user