*Fix broken windows console command. By CRAZyBUg

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-17 12:07:28 -05:00
parent e4e3cb8661
commit 9b9bf9f3fe

View File

@@ -428,8 +428,8 @@ void CliRunnable::run()
continue;
}
fflush(stdout);
#if PLATFORM != WINDOWS
sWorld.QueueCliCommand(&utf8print,command.c_str());
#if PLATFORM != WINDOWS
add_history(command.c_str());
#endif