From 3331f3f8babe92f8b2a1e9c2590f78d2b0d6ad4d Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 16 Feb 2011 12:57:47 +0000 Subject: Removed console messages about entity radius beeing set. --- src/game/base/game.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3