forked from mirror/OpenTTD
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
This commit is contained in:
@@ -182,7 +182,7 @@ void WaitTillGeneratedWorld(void)
|
||||
{
|
||||
if (_gw.thread == NULL) return;
|
||||
_gw.quit_thread = true;
|
||||
OTTDJoinThread(_gw.thread);
|
||||
OTTDJoinThread((OTTDThread*)_gw.thread);
|
||||
_gw.thread = NULL;
|
||||
_gw.threaded = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user