Fix confusion between "cout" and "c->con"

develop
Quietust 2012-01-11 10:59:56 -06:00
parent 555183cb25
commit bb0959e470
1 changed files with 1 additions and 1 deletions

@ -166,7 +166,7 @@ DFhackCExport command_result mode (Core * c, vector <string> & parameters)
c->Suspend(); c->Suspend();
world->WriteGameMode(gm); world->WriteGameMode(gm);
c->Resume(); c->Resume();
cout << endl; c->con << endl;
} }
return CR_OK; return CR_OK;
} }