MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / D3DebugResumeHandler

Function D3DebugResumeHandler

Descent3/descent.cpp:701–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701void D3DebugResumeHandler() {
702 // reopen all systems for gameplay.
703 if (rend_initted)
704 rend_initted = rend_Init(PreferredRenderer, Descent, &Render_preferred_state);
705
706 if (rend_initted != 0)
707 rend_initted = 1;
708}
709
710#endif
711

Callers

nothing calls this directly

Calls 1

rend_InitFunction · 0.50

Tested by

no test coverage detected