From 8f0fecd7e3830dae08dd04a85263883391e18bb2 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 27 Apr 2009 21:23:42 -0500 Subject: *Fix build. --HG-- branch : trunk --- src/game/CreatureEventAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/CreatureEventAI.cpp') diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp index b201aafe4dd..4eebbcd3fc8 100644 --- a/src/game/CreatureEventAI.cpp +++ b/src/game/CreatureEventAI.cpp @@ -1057,7 +1057,7 @@ void CreatureEventAI::Reset() } break; //default: - //TODO: enable below code line / verify this is correct to enable events previously disabled (ex. aggro yell), instead of enable this in void Aggro() + //TODO: enable below code line / verify this is correct to enable events previously disabled (ex. aggro yell), instead of enable this in void EnterCombat() //(*i).Enabled = true; //(*i).Time = 0; //break; -- cgit v1.2.3