From 236075e944b0d80d9e29b411f1936ba09c788c29 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 21 Aug 2011 12:07:15 +0000 Subject: (svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage. --- src/newgrf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/newgrf.h') 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; -- cgit v1.2.3-54-g00ecf