diff options
author | Stijn Buys <ingar@osirion.org> | 2011-02-16 12:57:47 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2011-02-16 12:57:47 +0000 |
commit | 3331f3f8babe92f8b2a1e9c2590f78d2b0d6ad4d (patch) | |
tree | 679212abcb946d37c270da698e9406a5b1411fa6 | |
parent | 436366a69e78b70e4df837d1b076bc7e5c48a4b7 (diff) |
Removed console messages about entity radius beeing set.
-rw-r--r-- | src/game/base/game.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/game.cc b/src/game/base/game.cc index efff342..7019089 100644 --- a/src/game/base/game.cc +++ b/src/game/base/game.cc @@ -1516,7 +1516,7 @@ bool Game::validate_zone(core::Zone *zone) } else { entity->set_radius(0.25f); } - con_debug << " " << entity->label() << " radius set to " << entity->radius() << std::endl; + //con_debug << " " << entity->label() << " radius set to " << entity->radius() << std::endl; } // initialize physics on planets and entities with a model |