Set no_target_hotkey in Mob ctor

Fixes UBSan error
This commit is contained in:
Michael Cook (mackal) 2016-10-03 01:35:11 -04:00
parent 4cb7d9a352
commit 013f7cfd21

View File

@ -365,6 +365,7 @@ Mob::Mob(const char* in_name,
patrol=0;
follow=0;
follow_dist = 100; // Default Distance for Follow
no_target_hotkey = false;
flee_mode = false;
currently_fleeing = false;
flee_timer.Start();