- reworked the lock code to remove the 255 locks limit and to allow it to automatically deinitialize.

This commit is contained in:
Christoph Oelckers 2018-12-29 10:19:31 +01:00
commit 17e053499e
5 changed files with 81 additions and 93 deletions

View file

@ -4048,8 +4048,6 @@ void FParser::SF_ScriptRunning()
void DFraggleThinker::InitFunctions()
{
cycle_t clock;
for(unsigned i=0;i<countof(ActorNames_init);i++)
{
ActorTypes[i]=PClass::FindActor(ActorNames_init[i]);