Skip to content

Commit

Permalink
Destroy psy dog aura when switching offline
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Apr 6, 2019
1 parent 0e3c65c commit 917441d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cs/engine/xrGame/ai/monsters/pseudodog/psy_dog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ void CPsyDog::Think()

void CPsyDog::net_Destroy()
{
m_aura->on_death ();
delete_all_phantoms ();
inherited::net_Destroy();
}
Expand Down

0 comments on commit 917441d

Please sign in to comment.