| 1069 | } |
| 1070 | |
| 1071 | void 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. |
| 1079 | void I_NetProgress(int val) |
no test coverage detected