(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
This commit is contained in:
@@ -79,11 +79,11 @@ typedef struct StationSpec {
|
||||
bool copied_layouts;
|
||||
|
||||
/**
|
||||
* NUM_GLOBAL_CID sprite groups.
|
||||
* NUM_CARGO real cargo plus three pseudo cargo sprite groups.
|
||||
* Used for obtaining the sprite offset of custom sprites, and for
|
||||
* evaluating callbacks.
|
||||
*/
|
||||
const struct SpriteGroup *spritegroup[NUM_GLOBAL_CID];
|
||||
const struct SpriteGroup *spritegroup[NUM_CARGO + 3];
|
||||
} StationSpec;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user