diff options
author | Stijn Buys <ingar@osirion.org> | 2008-05-12 21:33:28 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-05-12 21:33:28 +0000 |
commit | 599adb817e19d9be3502e501dc904c7255cd616c (patch) | |
tree | 7923cd387021369510ed89960dddb8eb5c16add6 /src/model | |
parent | 5ceb4694a05ec68b5cfba18b0f25ba804be88a80 (diff) |
color and info updates
Diffstat (limited to 'src/model')
-rw-r--r-- | src/model/map.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |