mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +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()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
thread = new boost::thread(boost::bind(&CConsoleHandler::run,console));
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user