(svn r3014) -NewGRF, Codechange: Make all sprite group references be pointers instead of copying the data around.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user