Add missing currently_fleeing flag to sanity check

This commit is contained in:
Michael Cook (mackal) 2020-01-03 15:50:10 -05:00
parent a94072e3ea
commit 3a10131a00

View File

@ -75,6 +75,7 @@ void Mob::CheckFlee() {
// Sanity Check this should never happen...
if(!hate_top) {
currently_fleeing = true;
StartFleeing();
return;
}