1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

* fixes for MSVC (it needs to have global variables from library explicitly exported)

* renamed logging variables to tlogX ('_' in var names looks ugly)
* cleaned it improved setting formations
* fixed crashbug on maps with random hero
This commit is contained in:
Michał W. Urbańczyk
2008-09-19 08:16:19 +00:00
parent a1dd7f22f9
commit 856698bd80
21 changed files with 171 additions and 190 deletions

View File

@ -121,7 +121,7 @@ void CConsoleHandler::killConsole(pthread_t hThread)
void CConsoleHandler::killConsole(void *hThread)
#endif
{
_log3 << "Killing console... ";
tlog3 << "Killing console... ";
_kill_thread(hThread,0);
_log3 << "done!\n";
tlog3 << "done!\n";
}