| 1204 | ); |
| 1205 | |
| 1206 | static void ShowNetworkStartServerWindow() |
| 1207 | { |
| 1208 | if (!NetworkValidateOurClientName()) return; |
| 1209 | |
| 1210 | CloseWindowById(WC_NETWORK_WINDOW, WN_NETWORK_WINDOW_GAME); |
| 1211 | |
| 1212 | new NetworkStartServerWindow(_network_start_server_window_desc); |
| 1213 | } |
| 1214 | |
| 1215 | /* The window below gives information about the connected clients |
| 1216 | * and also makes able to kick them (if server) and stuff like that. */ |
no test coverage detected