summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-08-21 12:07:15 +0000
committerfrosch <frosch@openttd.org>2011-08-21 12:07:15 +0000
commit236075e944b0d80d9e29b411f1936ba09c788c29 (patch)
tree5bde707034365e98d0d76052e2045a718b8ea3b5 /src/newgrf.h
parentbb57e0934a42c0fd60f65aa3903ad8be23bb7d74 (diff)
downloadopenttd-236075e944b0d80d9e29b411f1936ba09c788c29.tar.xz
(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 0e49a181e..b139f4846 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -79,9 +79,6 @@ struct GRFFile {
uint32 grfid;
byte grf_version;
- int spritegroups_count;
- struct SpriteGroup **spritegroups;
-
uint sound_offset;
uint16 num_sounds;