MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / FullMap

Method FullMap

PanzerChasm/client/client.cpp:636–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void Client::FullMap()
637{
638 if( full_map_ )
639 {
640 full_map_= false;
641 Log::Info( "FULL MAP IS OFF" );
642 }
643 else
644 {
645 full_map_= true;
646 Log::Info( "FULL MAP IS ON" );
647 }
648}
649
650} // namespace PanzerChasm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected