Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void 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
ChangeSoundSet
Function · 0.85
InitializeGame
Function · 0.85
Calls
1
OpenBankFile
Function · 0.85
Tested by
no test coverage detected