Guards don't contact the player anymore and people continue chasing the guards

This commit is contained in:
2014-06-22 10:55:30 -07:00
parent 9680208556
commit 6feaad410e

View File

@@ -372,6 +372,7 @@ var AISprite = function(game, x, y, key, frame) {
STATE_ALERTED, STATE_ALERTED,
STATE_MOVING | STATE_RUNNING, STATE_MOVING | STATE_RUNNING,
true, true,
undefined,
false); false);
return; return;
} }