From 8da775aaf1c5bfe5f118ef550a29f0d562f99a34 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 18 May 2023 10:55:04 +0200 Subject: [PATCH] - fix RedneckDestructo --- .../zscript/games/duke/actors/redneckenemies/destructo.zs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wadsrc/static/zscript/games/duke/actors/redneckenemies/destructo.zs b/wadsrc/static/zscript/games/duke/actors/redneckenemies/destructo.zs index 2e3c2d174..8f2b4940d 100644 --- a/wadsrc/static/zscript/games/duke/actors/redneckenemies/destructo.zs +++ b/wadsrc/static/zscript/games/duke/actors/redneckenemies/destructo.zs @@ -9,11 +9,6 @@ class RedneckDestructo : DukeActor } - override void Initialize(DukeActor spawner) - { - // do NOT run the default init code for this one. - } - override bool animate(tspritetype t) { t.cstat |= CSTAT_SPRITE_INVISIBLE;