disable threads if MAC_STATIC_HACK is set
git-svn-id: svn://svn.icculus.org/netradiant/trunk@361 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
015b27d7a1
commit
4218236572
|
|
@ -1579,6 +1579,12 @@ int main( int argc, char **argv )
|
||||||
argv[ i ] = NULL;
|
argv[ i ] = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if MAC_STATIC_HACK
|
||||||
|
if(numthreads > 1)
|
||||||
|
Sys_Printf("MAC_STATIC_HACK does not allow using threads\n");
|
||||||
|
numthreads = 1;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* init model library */
|
/* init model library */
|
||||||
PicoInit();
|
PicoInit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user