aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-23 14:20:07 -0500
committermegamage <none@none>2009-08-23 14:20:07 -0500
commit08539ec0a4eabc903d8fbaf34aba465f20e0b698 (patch)
tree8869c354aef81032c26aa085bd201b5ff94e8946 /src/game/Unit.cpp
parent4a85a779c1c3fc26b0b7a61115fc2e5b47d1840f (diff)
*Rename some ai functions.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 16fbbff3eb5..d55395bce52 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -48,7 +48,7 @@
#include "Path.h"
#include "CreatureGroups.h"
#include "PetAI.h"
-#include "NullCreatureAI.h"
+#include "PassiveAI.h"
#include "Traveller.h"
#include "TemporarySummon.h"
#include "Vehicle.h"