| 2467 | } |
| 2468 | } |
| 2469 | |
| 2470 | void NetworkManager::AskForInflameFire(Fireplace* fireplace, bool fire) |
| 2471 | { |
| 2472 | if (_client) |
| 2473 | { |
| 2474 | _client->AskForInflameFire(fireplace, fire); |
| 2475 | } |
| 2476 | } |
| 2477 | |
| 2478 | void NetworkManager::AskForAnimationPhase(Entity* vehicle, RString animation, float phase) |
| 2479 | { |
| 2480 | if (_client) |
| 2481 | { |
| 2482 | _client->AskForAnimationPhase(vehicle, animation, phase); |
| 2483 | } |
| 2484 | } |
| 2485 | |
| 2486 | void NetworkManager::CopyUnitInfo(Person* from, Person* to) |
| 2487 | { |