(svn r6837) - Codechange: More const SpriteGroups missed in r6836

This commit is contained in:
peter1138
2006-10-19 10:40:21 +00:00
parent e1ac248689
commit 3aa20f8209
2 changed files with 5 additions and 5 deletions

View File

@@ -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;
/**