Fix: Maximum permitted sound volume from NewGRF is 128. (#12222)

This commit is contained in:
Peter Nelson
2024-03-05 18:31:04 +00:00
committed by GitHub
parent bc3bd642b9
commit 00b442d6f9
2 changed files with 5 additions and 3 deletions

View File

@@ -119,4 +119,6 @@ typedef uint16_t SoundID;
static const SoundID INVALID_SOUND = 0xFFFF;
static const uint8_t SOUND_EFFECT_MAX_VOLUME = 128;
#endif /* SOUND_TYPE_H */