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

- fixes for several bugs: #639 #656 #135 #646 #638 #94 #629

- re-enabled console on Linux to allow disabling AI
This commit is contained in:
Ivan Savenko
2011-01-01 20:26:39 +00:00
parent 3d9dc0642d
commit b8f65697ca
14 changed files with 127 additions and 111 deletions

View File

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