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:
@ -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;
|
||||
|
Reference in New Issue
Block a user