MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / unsetPauseFlag

Function unsetPauseFlag

src/OpenLoco/src/SceneManager.cpp:133–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 void unsetPauseFlag(PauseFlags value)
134 {
135 assert(_pausedState != PauseFlags::none);
136 _pausedState &= ~(value);
137 if (_pausedState == PauseFlags::none)
138 {
139 onUnpause();
140 }
141 }
142
143 GameSpeed getGameSpeed()
144 {

Callers 5

openBrowsePromptFunction · 0.85
onCloseFunction · 0.85
onCloseFunction · 0.85
doCommandForRealFunction · 0.85
togglePauseFunction · 0.85

Calls 1

onUnpauseFunction · 0.85

Tested by

no test coverage detected