aboutsummaryrefslogtreecommitdiff
path: root/src/creature.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.cc')
-rw-r--r--src/creature.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/creature.cc b/src/creature.cc
index e2cb5ce..549543e 100644
--- a/src/creature.cc
+++ b/src/creature.cc
@@ -1,13 +1,14 @@
#include "creature.hh"
-
#include "enums.hh"
+#include "stubs.hh"
+
TCreature::TCreature(void) :
TSkillBase(),
Combat(),
ToDoList(0, 20, 10)
{
- this->Master = this;
+ this->Combat.Master = this;
this->ID = 0;
this->NextHashEntry = NULL;
this->NextChainCreature = 0;