Fix: Maximum permitted sound volume from NewGRF is 128. (#12222)
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user