* Free the local command queues. */
| 288 | * Free the local command queues. |
| 289 | */ |
| 290 | void NetworkFreeLocalCommandQueue() |
| 291 | { |
| 292 | _local_wait_queue.clear(); |
| 293 | _local_execution_queue.clear(); |
| 294 | } |
| 295 | |
| 296 | /** |
| 297 | * "Send" a particular CommandPacket to all clients. |