1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

(linux) Disable the console. It's just too broken.

This commit is contained in:
Frank Zago
2009-10-31 22:55:05 +00:00
parent 7a6f1a383a
commit c78d48473b

View File

@ -227,5 +227,7 @@ void CConsoleHandler::end()
void CConsoleHandler::start()
{
#ifdef _WIN32
thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
#endif
}