| 606 | } |
| 607 | |
| 608 | void Client::StopMap() |
| 609 | { |
| 610 | if( current_map_data_ != nullptr && sound_engine_ != nullptr ) |
| 611 | sound_engine_->SetMap( nullptr ); |
| 612 | |
| 613 | current_map_data_= nullptr; |
| 614 | map_state_= nullptr; |
| 615 | minimap_state_= nullptr; |
| 616 | |
| 617 | cutscene_player_= nullptr; |
| 618 | } |
| 619 | |
| 620 | void Client::TrySwitchWeaponOnOutOfAmmo() |
| 621 | { |
no test coverage detected