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
commit9fabe008a0c3edc750f72e9eb1e9b424455e3028 (patch)
treeb3c225b70ee50dd0c2138e3bc11f7d2e31033efc /station.h
parentc3a73d4047e9f748900b3c48472f8f93868a9846 (diff)
downloadopenttd-9fabe008a0c3edc750f72e9eb1e9b424455e3028.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