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

Function error_Spew

misc/error.cpp:220–223  ·  view source on GitHub ↗

error message output function

Source from the content-addressed store, hash-verified

218
219// error message output function
220void error_Spew() {
221 if (Exit_message[0])
222 Debug_MessageBox(OSMBOX_OK, Exit_title_str, Exit_message);
223}
224
225//////////////////////////////////////////////////////////////////////////////
226// MESSAGE BOX SYSTEM

Callers 1

ErrorFunction · 0.85

Calls 1

Debug_MessageBoxFunction · 0.50

Tested by

no test coverage detected