| 1249 | } |
| 1250 | |
| 1251 | void nw_DoNetworkIdle(void) { |
| 1252 | if (!Use_DirectPlay) { |
| 1253 | nw_DoReceiveCallbacks(); |
| 1254 | nw_ReliableResend(); |
| 1255 | } |
| 1256 | } |
| 1257 | |
| 1258 | #define CONNECTSEQ 0x142 // Magic number for starting a connection, just so it isn't 0 |
| 1259 |
no test coverage detected