Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ unpauseMusic
Function
unpauseMusic
src/OpenLoco/src/Audio/Music.cpp:122–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void unpauseMusic()
123
{
124
if (_musicHandle != AudioHandle::null && isPaused(_musicHandle))
125
{
126
unpause(_musicHandle);
127
}
128
}
129
130
void setBgmVolume(int32_t volume)
131
{
Callers
1
unpauseSound
Function · 0.85
Calls
2
unpause
Function · 0.85
isPaused
Function · 0.50
Tested by
no test coverage detected