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
commit3aa20f8209a84f9b1398fc5c861e5c21f3db63e5 (patch)
treef47258316c9a664cd9316eed64f54e0c9337674f /newgrf_station.h
parente1ac2486898d3b8dcfd785e6ff9860bcebe737c7 (diff)
downloadopenttd-3aa20f8209a84f9b1398fc5c861e5c21f3db63e5.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;
/**