Multithreading was always enabled in the CModel3 constructor. Disabled this behavior.

This commit is contained in:
Bart Trzynadlowski 2011-09-05 19:05:47 +00:00
parent 99149124e6
commit 498d90d667

View file

@ -2718,7 +2718,6 @@ CModel3::CModel3(void)
securityPtr = 0;
g_Config.multiThreaded = true;
startedThreads = false;
sndBrdThread = NULL;
#ifdef SUPERMODEL_DRIVEBOARD