- reworked the lock code to remove the 255 locks limit and to allow it to automatically deinitialize.
This commit is contained in:
parent
982c622367
commit
17e053499e
5 changed files with 81 additions and 93 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue