(svn r2970) - Newgrf: Allocate spritegroups dynamically; this allows a cargo ID to reference the previous definition of the same cargo ID, instead of causing loops.

This commit is contained in:
2005-09-22 20:35:20 +00:00
parent 02c2de2a67
commit e380abec97
2 changed files with 22 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ struct GRFFile {
int spriteset_feature;
int spritegroups_count;
SpriteGroup *spritegroups;
SpriteGroup **spritegroups;
StationSpec stations[256];