MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / InitializeSound

Function InitializeSound

src/sound.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void InitializeSound()
91{
92 Debug(misc, 1, "Loading sound effects...");
93 OpenBankFile(BaseSounds::GetUsedSet()->files[0].filename);
94}
95
96
97/* Low level sound player */

Callers 2

ChangeSoundSetFunction · 0.85
InitializeGameFunction · 0.85

Calls 1

OpenBankFileFunction · 0.85

Tested by

no test coverage detected