1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Set correct pan for chat sound.

This commit is contained in:
zsilencer
2017-06-29 15:54:21 -06:00
parent bde3197e79
commit ef6ecc8900

View File

@@ -212,7 +212,7 @@ void chat_history_add(const char * src)
free(buffer);
Mixer_Play_Effect(SOUND_NEWS_ITEM, 0, MIXER_VOLUME_MAX, 0, 1.5f, true);
Mixer_Play_Effect(SOUND_NEWS_ITEM, 0, MIXER_VOLUME_MAX, 0.5f, 1.5f, true);
}
void chat_input(CHAT_INPUT input)