diff options
| author | Quietust | 2012-01-11 10:59:56 -0600 |
|---|---|---|
| committer | Quietust | 2012-01-11 10:59:56 -0600 |
| commit | bb0959e4703dcb9271ebc506fde4b5ed87528baa (patch) | |
| tree | 9bb41c7534d1331286e3318d5406228f2c7b1427 /plugins/mode.cpp | |
| parent | 555183cb255870e4c1a2a216214bb8607fd7d0bd (diff) | |
| download | dfhack-bb0959e4703dcb9271ebc506fde4b5ed87528baa.tar.gz dfhack-bb0959e4703dcb9271ebc506fde4b5ed87528baa.tar.bz2 dfhack-bb0959e4703dcb9271ebc506fde4b5ed87528baa.tar.xz | |
Fix confusion between "cout" and "c->con"
Diffstat (limited to 'plugins/mode.cpp')
| -rw-r--r-- | plugins/mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mode.cpp b/plugins/mode.cpp index 2ca741ae..9c7aefb7 100644 --- a/plugins/mode.cpp +++ b/plugins/mode.cpp @@ -166,7 +166,7 @@ DFhackCExport command_result mode (Core * c, vector <string> & parameters) c->Suspend(); world->WriteGameMode(gm); c->Resume(); - cout << endl; + c->con << endl; } return CR_OK; }
\ No newline at end of file |
