- fix RedneckDestructo

This commit is contained in:
Christoph Oelckers 2023-05-18 10:55:04 +02:00
parent a8e03723ef
commit 8da775aaf1

View file

@ -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;