From bb0959e4703dcb9271ebc506fde4b5ed87528baa Mon Sep 17 00:00:00 2001 From: Quietust Date: Wed, 11 Jan 2012 10:59:56 -0600 Subject: [PATCH] Fix confusion between "cout" and "c->con" --- plugins/mode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mode.cpp b/plugins/mode.cpp index 2ca741ae2..9c7aefb73 100644 --- a/plugins/mode.cpp +++ b/plugins/mode.cpp @@ -166,7 +166,7 @@ DFhackCExport command_result mode (Core * c, vector & parameters) c->Suspend(); world->WriteGameMode(gm); c->Resume(); - cout << endl; + c->con << endl; } return CR_OK; } \ No newline at end of file