| 715 | } |
| 716 | |
| 717 | void Host::EnsureNet() |
| 718 | { |
| 719 | if( net_ != nullptr ) |
| 720 | return; |
| 721 | |
| 722 | Log::Info( "Initialize net subsystem" ); |
| 723 | net_.reset( new Net() ); |
| 724 | } |
| 725 | |
| 726 | void Host::ClearBeforeGameStart() |
| 727 | { |
nothing calls this directly
no outgoing calls
no test coverage detected