- fixed: Bridge needs to call Super::Destroy.

This commit is contained in:
Christoph Oelckers 2013-09-15 23:11:55 +02:00
parent ea0e4ed344
commit 8847d5649a

View file

@ -75,6 +75,7 @@ void ACustomBridge::Destroy()
thing->Destroy();
}
}
Super::Destroy();
}
// Action functions for the non-Doom bridge --------------------------------