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
|
void
|
||||||
func_physbox::Death(void)
|
func_physbox::Death(void)
|
||||||
{
|
{
|
||||||
Hide();
|
Disappear();
|
||||||
SetSolid(SOLID_NOT);
|
|
||||||
SetTakedamage(DAMAGE_NO);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue