summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-04-20 05:52:51 +0000
committeryexo <yexo@openttd.org>2010-04-20 05:52:51 +0000
commit92e36c87fd77ed9b9de958e9f211aa105a76ca9f (patch)
treebd160ea6a83ed6db87304917bf45ff4d583f0339 /src/newgrf.h
parentdf4d8b3bc9f52496b95ed1f5865ee31de1b07590 (diff)
downloadopenttd-92e36c87fd77ed9b9de958e9f211aa105a76ca9f.tar.xz
(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 22aa9652a..14aa19274 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -99,6 +99,7 @@ struct GRFFile {
struct SpriteGroup **spritegroups;
uint sound_offset;
+ uint16 num_sounds;
StationSpec **stations;
HouseSpec **housespec;