Merge pull request #254 from noudess/master

Changes so that blind effects like those in Flash of Light work.
This commit is contained in:
Michael Cook (mackal)
2014-09-29 14:26:51 -04:00
5 changed files with 17 additions and 5 deletions
+1
View File
@@ -114,6 +114,7 @@ Mob::Mob(const char* in_name,
fear_walkto_y = -999999;
fear_walkto_z = -999999;
curfp = false;
is_blind = false;
AI_Init();
SetMoving(false);