From e8bca26b7407c4c14aec0571595d97ea1e59ae4e Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 4 Oct 2005 19:52:26 +0000 Subject: (svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around. --- station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station.h') 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 -- cgit v1.2.3-54-g00ecf