summaryrefslogtreecommitdiff
path: root/library/Core.cpp
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-03-15 11:07:43 +0400
committerAlexander Gavrilov2012-03-15 11:07:43 +0400
commite7851f5abdd1a84d29020f2789efc0f932284bf0 (patch)
treed5912bf9ba41cb9fcc018540f4cad1972fb3a975 /library/Core.cpp
parent560e977f0589ac1c0feb6ea825d20d351e325826 (diff)
downloaddfhack-e7851f5abdd1a84d29020f2789efc0f932284bf0.tar.gz
dfhack-e7851f5abdd1a84d29020f2789efc0f932284bf0.tar.bz2
dfhack-e7851f5abdd1a84d29020f2789efc0f932284bf0.tar.xz
Improve support for void RPC functions, dfhack-run, etc.
Diffstat (limited to 'library/Core.cpp')
-rw-r--r--library/Core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/Core.cpp b/library/Core.cpp
index 0765f4cd..6f04f5ed 100644
--- a/library/Core.cpp
+++ b/library/Core.cpp
@@ -572,6 +572,8 @@ Core::Core()
top_viewscreen = NULL;
screen_window = NULL;
server = NULL;
+
+ color_ostream::log_errors_to_stderr = true;
};
void Core::fatal (std::string output, bool deactivate)