changeset 3501 | cf7d2c33e7fc |
parent 2766 | 7658ddad65b9 |
child 3561 | 29c95ab685c0 |
3500:70b8e368e43c | 3501:cf7d2c33e7fc |
---|---|
32 int spriteset_feature; |
32 int spriteset_feature; |
33 |
33 |
34 int spritegroups_count; |
34 int spritegroups_count; |
35 SpriteGroup **spritegroups; |
35 SpriteGroup **spritegroups; |
36 |
36 |
37 StationSpec stations[256]; |
37 uint num_stations; |
38 StationSpec *stations; |
|
38 |
39 |
39 uint32 param[0x80]; |
40 uint32 param[0x80]; |
40 uint param_end; /// one more than the highest set parameter |
41 uint param_end; /// one more than the highest set parameter |
41 }; |
42 }; |
42 |
43 |