- made the scripted version of Blood's status bar functional.

This commit is contained in:
Christoph Oelckers 2021-05-12 21:46:49 +02:00
parent 778378fd5c
commit e5dd4a8638
10 changed files with 52 additions and 820 deletions

View file

@ -314,7 +314,7 @@ void DObject::Release()
//
//==========================================================================
void DObject:: Destroy ()
void DObject::Destroy ()
{
// We cannot call the VM during shutdown because all the needed data has been or is in the process of being deleted.
if (PClass::bVMOperational)