1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage.

This commit is contained in:
frosch
2011-08-21 12:07:15 +00:00
parent bb57e0934a
commit 236075e944
2 changed files with 29 additions and 44 deletions

View File

@@ -79,9 +79,6 @@ struct GRFFile {
uint32 grfid;
byte grf_version;
int spritegroups_count;
struct SpriteGroup **spritegroups;
uint sound_offset;
uint16 num_sounds;