Merge commit '2ec8e2c2ac' into scripting
Conflicts: src/d_main.cpp src/info.cpp src/p_local.h (Had to merge this all by itself because it was creating too many merge conflicts when combined with other stuff.
This commit is contained in:
commit
0474560ac6
147 changed files with 423 additions and 1165 deletions
|
|
@ -168,8 +168,6 @@ void PClassActor::StaticInit()
|
|||
|
||||
void PClassActor::StaticSetActorNums()
|
||||
{
|
||||
SpawnableThings.Clear();
|
||||
|
||||
for (unsigned int i = 0; i < PClassActor::AllActorClasses.Size(); ++i)
|
||||
{
|
||||
static_cast<PClassActor *>(PClassActor::AllActorClasses[i])->RegisterIDs();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue