(svn r23887) -Feature: [NewGRF] Support for container version 2.

This commit is contained in:
michi_cc
2012-02-04 13:29:04 +00:00
parent a9b6c5cd86
commit 6db39410a1
12 changed files with 323 additions and 33 deletions

View File

@@ -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 {