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

(svn r19679) -Fix: [NewGRF] make sure newgrfs can't overwrite sound effect properties from other newgrfs

This commit is contained in:
yexo
2010-04-20 05:52:51 +00:00
parent df4d8b3bc9
commit 92e36c87fd
3 changed files with 30 additions and 20 deletions

View File

@@ -99,6 +99,7 @@ struct GRFFile {
struct SpriteGroup **spritegroups;
uint sound_offset;
uint16 num_sounds;
StationSpec **stations;
HouseSpec **housespec;