Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-02-16 12:57:47 +0000
committerStijn Buys <ingar@osirion.org>2011-02-16 12:57:47 +0000
commit3331f3f8babe92f8b2a1e9c2590f78d2b0d6ad4d (patch)
tree679212abcb946d37c270da698e9406a5b1411fa6 /src
parent436366a69e78b70e4df837d1b076bc7e5c48a4b7 (diff)
Removed console messages about entity radius beeing set.
Diffstat (limited to 'src')
-rw-r--r--src/game/base/game.cc2
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