(svn r27507) -Add: [NewGRF] Allow custom sound IDs in RV property 0x12, ship property 0x10 and aircraft property 0x12.

This commit is contained in:
frosch
2016-02-08 21:05:57 +00:00
parent 4b8c6983e7
commit 9db36bd87a
4 changed files with 27 additions and 15 deletions

View File

@@ -119,4 +119,6 @@ static const uint ORIGINAL_SAMPLE_COUNT = 73;
typedef uint16 SoundID;
static const SoundID INVALID_SOUND = 0xFFFF;
#endif /* SOUND_TYPE_H */