From 599adb817e19d9be3502e501dc904c7255cd616c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 12 May 2008 21:33:28 +0000 Subject: color and info updates --- src/model/map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/map.cc') diff --git a/src/model/map.cc b/src/model/map.cc index 618db79..03ebe69 100644 --- a/src/model/map.cc +++ b/src/model/map.cc @@ -172,7 +172,7 @@ Model * Map::load(std::string const &name) } - con_debug << " maps/" << model->name() << ".map " << mapfile.brushes << " brush " << model->tris() + con_print << " maps/" << model->name() << ".map " << mapfile.brushes << " brush " << model->tris() << " tris (" << model->details() << " detail)" << std::endl; return model; -- cgit v1.2.3