summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-19 10:40:21 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-19 10:40:21 +0000
commit45fa2a12fd38c559ccb3d38178b77c16d4e4bd5e (patch)
treef47258316c9a664cd9316eed64f54e0c9337674f /newgrf_station.h
parent81d41b8d578e2c2cabf198ecede702a38824b5a5 (diff)
downloadopenttd-45fa2a12fd38c559ccb3d38178b77c16d4e4bd5e.tar.xz
(svn r6837) - Codechange: More const SpriteGroups missed in r6836
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index e624f9695..a5a45d9a0 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -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;
/**