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

Function CloseSplashScreen

Descent3/multi_dll_mgr.cpp:888–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886 messageb.Open();
887}
888void CloseSplashScreen(void) {
889 if (splash_screen_up) {
890 messageb.Close();
891 messageb.Destroy();
892 splash_screen_up = false;
893 } else
894 return;
895}
896void *UIConsoleGadgetCreate(UIWindow *parentid, int id, int x, int y, int font, int cols, int rows, int flags) {
897 UIConsoleGadget *newconsole;
898 newconsole = new UIConsoleGadget;

Callers 1

ShowNetgameInfoFunction · 0.85

Calls 2

CloseMethod · 0.45
DestroyMethod · 0.45

Tested by

no test coverage detected