mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-14 16:40:52 +00:00
- Duke: remove redundant super.Initialize call from Liztrooper.
This function is a no-op for enemies and not needed.
This commit is contained in:
parent
71a005fda6
commit
073c7e79e4
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ class DukeLizTrooper : DukeActor
|
|||
|
||||
override void Initialize()
|
||||
{
|
||||
Super.Initialize();
|
||||
if (pal == 0) pal = 22;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue