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:
@ -227,5 +227,7 @@ void CConsoleHandler::end()
|
|||||||
|
|
||||||
void CConsoleHandler::start()
|
void CConsoleHandler::start()
|
||||||
{
|
{
|
||||||
|
#ifdef _WIN32
|
||||||
thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
|
thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user