func_physbox: Use Disappear API call
This commit is contained in:
parent
655b5fa33e
commit
9accdcb68a
1 changed files with 1 additions and 3 deletions
|
@ -79,9 +79,7 @@ func_physbox::func_physbox(void)
|
|||
void
|
||||
func_physbox::Death(void)
|
||||
{
|
||||
Hide();
|
||||
SetSolid(SOLID_NOT);
|
||||
SetTakedamage(DAMAGE_NO);
|
||||
Disappear();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue