MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / Show

Method Show

ogsr_engine/xrGame/UIGameSP.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322bool g_block_pause = false;
323
324void CChangeLevelWnd::Show()
325{
326 g_block_pause = true;
327 Device.Pause(TRUE, TRUE, TRUE, "CChangeLevelWnd_show");
328 bShowPauseString = FALSE;
329}
330
331void CChangeLevelWnd::Hide()
332{

Callers 1

OnCancelMethod · 0.45

Calls 1

PauseMethod · 0.45

Tested by

no test coverage detected