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

Fixed a few warnings.

This commit is contained in:
Frank Zago
2010-08-21 00:39:37 +00:00
parent 29045f5c0f
commit c84c9cb481
5 changed files with 11 additions and 7 deletions

View File

@ -218,7 +218,7 @@ void CConsoleHandler::end()
{
if (thread) {
ThreadHandle th = (ThreadHandle)thread->native_handle();
int ret = _kill_thread(th);
_kill_thread(th);
thread->join();
delete thread;
thread = NULL;