summaryrefslogtreecommitdiff
path: root/station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-10-04 19:52:26 +0000
committerpeter1138 <peter1138@openttd.org>2005-10-04 19:52:26 +0000
commite8bca26b7407c4c14aec0571595d97ea1e59ae4e (patch)
treeb3c225b70ee50dd0c2138e3bc11f7d2e31033efc /station.h
parent371cb91d7d33652d2eae1713082a8725f1922861 (diff)
downloadopenttd-e8bca26b7407c4c14aec0571595d97ea1e59ae4e.tar.xz
(svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around.
Diffstat (limited to 'station.h')
-rw-r--r--station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/station.h b/station.h
index 837031399..26f235225 100644
--- a/station.h
+++ b/station.h
@@ -253,7 +253,7 @@ typedef struct StationSpec {
/* Sprite offsets for renderdata->seq->image. spritegroup[0] is default
* whilst spritegroup[1] is "GC_PURCHASE". */
- SpriteGroup spritegroup[2];
+ SpriteGroup *spritegroup[2];
} StationSpec;
/* Here, @stid is local per-GRFFile station index. If spec->localidx is not yet