From 5636fad174f0bcff857c357c394c4cc8d424b302 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 17 Aug 2009 11:40:15 +0000 Subject: reload entity/info models on r_restart --- src/ui/ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/ui.cc') diff --git a/src/ui/ui.cc b/src/ui/ui.cc index 82d3990..f734a50 100644 --- a/src/ui/ui.cc +++ b/src/ui/ui.cc @@ -358,7 +358,7 @@ void UI::load_settings() void UI::apply_render_options() { - con_debug << " initializing text colors" << std::endl; + //con_debug << " initializing text colors" << std::endl; // apply palette colors paint::assign_color('N', palette()->text()); paint::assign_color('D', palette()->debug()); -- cgit v1.2.3