- deleted GetSpriteIndex.

It's not needed anymore.
This commit is contained in:
Christoph Oelckers 2021-12-05 21:17:42 +01:00
parent 382689e0a7
commit 42e4e9288f
4 changed files with 2 additions and 13 deletions

View file

@ -465,7 +465,6 @@ void SetupActors(PClass* clstype)
for (int i = 0; i < 16384; i++)
{
actorArray[i] = static_cast<DCoreActor*>(clstype->CreateNew());
actorArray[i]->index = i;
actorArray[i]->Release(); // no GC for this static array.
}
}