summaryrefslogtreecommitdiff
path: root/src/sound_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-02-04 13:29:04 +0000
committermichi_cc <michi_cc@openttd.org>2012-02-04 13:29:04 +0000
commit6db39410a1ea0bc8ece1f33fb7771e47d39cc2b7 (patch)
treed94bcfca3862721c5e6fccff0ec87b79e757cd24 /src/sound_type.h
parenta9b6c5cd86f4f17155695890bfaf2e30404f5921 (diff)
downloadopenttd-6db39410a1ea0bc8ece1f33fb7771e47d39cc2b7.tar.xz
(svn r23887) -Feature: [NewGRF] Support for container version 2.
Diffstat (limited to 'src/sound_type.h')
-rw-r--r--src/sound_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound_type.h b/src/sound_type.h
index 4eac434f3..b014c2694 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -21,6 +21,7 @@ struct SoundEntry {
uint8 channels;
uint8 volume;
uint8 priority;
+ byte grf_container_ver; ///< NewGRF container version if the sound is from a NewGRF.
};
enum SoundFx {