- removed some redundant initializations from PClassActor constructor.

- Removed GibHealth function and integrated it into AActor::GetGibHealth.


SVN r2245 (scripting)
This commit is contained in:
Christoph Oelckers 2010-03-26 08:53:16 +00:00
commit e553f9a34f
3 changed files with 4 additions and 11 deletions

View file

@ -5561,7 +5561,7 @@ int AActor::GetGibHealth() const
if (gibhealth != INT_MIN)
{
return gibhealth;
return -abs(gibhealth);
}
else if (gameinfo.gametype & GAME_DoomChex)
{