(svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around.

This commit is contained in:
peter1138
2005-10-04 19:52:26 +00:00
parent 371cb91d7d
commit e8bca26b74
6 changed files with 53 additions and 40 deletions

View File

@@ -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