func_physbox: Use Disappear API call

This commit is contained in:
Xylemon 2023-01-18 19:37:10 -08:00
parent 655b5fa33e
commit 9accdcb68a
1 changed files with 1 additions and 3 deletions

View File

@ -79,9 +79,7 @@ func_physbox::func_physbox(void)
void
func_physbox::Death(void)
{
Hide();
SetSolid(SOLID_NOT);
SetTakedamage(DAMAGE_NO);
Disappear();
}
void