(svn r2871) -Feature/Fix: Per GRF parameter lists

This commit is contained in:
tron
2005-08-15 21:19:28 +00:00
parent 7e0c06e018
commit 1637df1788
2 changed files with 62 additions and 42 deletions

View File

@@ -34,6 +34,9 @@ struct GRFFile {
SpriteGroup *spritegroups;
StationSpec stations[256];
uint32 param[0x80];
uint param_end; /// one more than the highest set parameter
};
extern int _grffile_count;