mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-24 05:44:28 +00:00
fix no return in EditDestroyNotification
This commit is contained in:
parent
26f8862cac
commit
90d76398ba
@ -73,6 +73,7 @@ public:
|
|||||||
bool operator()( CBaseCombatCharacter *actor )
|
bool operator()( CBaseCombatCharacter *actor )
|
||||||
{
|
{
|
||||||
actor->OnNavAreaRemoved( m_deadArea );
|
actor->OnNavAreaRemoved( m_deadArea );
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user