MCPcopy Create free account
hub / github.com/ZDoom/Raze / I_NetError

Function I_NetError

source/common/engine/i_net.cpp:1071–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069}
1070
1071void I_NetError(const char* error)
1072{
1073 doomcom.numnodes = 0;
1074 StartWindow->NetClose();
1075 I_FatalError("%s", error);
1076}
1077
1078// todo: later these must be dispatched by the main menu, not the start screen.
1079void I_NetProgress(int val)

Callers 3

PreGetFunction · 0.85
Guest_ContactHostFunction · 0.85
Guest_WaitForOthersFunction · 0.85

Calls 2

I_FatalErrorFunction · 0.85
NetCloseMethod · 0.45

Tested by

no test coverage detected