OpenTTD Source
20241108-master-g80f628063a
|
Functions related to sound. More...
Go to the source code of this file.
Functions | |
void | ChangeSoundSet (int index) |
Change the configured sound set and reset sounds. More... | |
void | SndPlayTileFx (SoundID sound, TileIndex tile) |
void | SndPlayVehicleFx (SoundID sound, const Vehicle *v) |
void | SndPlayFx (SoundID sound) |
void | SndCopyToPool () |
Functions related to sound.
Definition in file sound_func.h.
void ChangeSoundSet | ( | int | index | ) |
Change the configured sound set and reset sounds.
index | Index of sound set to switch to. |
Definition at line 241 of file sound.cpp.
References BaseMedia< SoundsSet >::GetIndexOfUsedSet(), BaseMedia< SoundsSet >::GetSet(), BaseSounds::ini_set, MxCloseAllChannels(), and BaseMedia< SoundsSet >::SetSet().