mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-01 00:45:26 +02:00
- re-enabled console on Linux to allow disabling AI
This commit is contained in:
@ -232,7 +232,5 @@ 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