- Duke: remove redundant super.Initialize call from Liztrooper.

This function is a no-op for enemies and not needed.
This commit is contained in:
Christoph Oelckers 2023-04-16 10:42:20 +02:00
parent 71a005fda6
commit 073c7e79e4

View file

@ -12,7 +12,6 @@ class DukeLizTrooper : DukeActor
override void Initialize()
{
Super.Initialize();
if (pal == 0) pal = 22;
}