Server is telling us to bail on our connection
| 3550 | } |
| 3551 | // Server is telling us to bail on our connection |
| 3552 | void MultiDoConnectBail() { |
| 3553 | if (Netgame.local_role != LR_CLIENT) |
| 3554 | return; |
| 3555 | |
| 3556 | ShowProgressScreen(TXT_MULTI_SERVERCHANGEA, TXT_MULTI_SERVERCHANGEB); |
| 3557 | Sleep(3000); |
| 3558 | MultiLeaveGame(); |
| 3559 | SetFunctionMode(MENU_MODE); |
| 3560 | } |
| 3561 | |
| 3562 | // Some DLL is telling us to end the level! |
| 3563 | void MultiEndLevel() { |
no test coverage detected