fix no return in EditDestroyNotification
This commit is contained in:
parent
1d0be96892
commit
cd47c8312e
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ public:
|
|||
bool operator()( CBaseCombatCharacter *actor )
|
||||
{
|
||||
actor->OnNavAreaRemoved( m_deadArea );
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue