MCPcopy 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

unpauseSoundFunction · 0.85

Calls 2

unpauseFunction · 0.85
isPausedFunction · 0.50

Tested by

no test coverage detected