summaryrefslogtreecommitdiff
path: root/src/creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/creature.cpp')
-rw-r--r--src/creature.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/creature.cpp b/src/creature.cpp
index 1cd0a52..dc5a307 100644
--- a/src/creature.cpp
+++ b/src/creature.cpp
@@ -19,6 +19,7 @@ Creature::Creature(Window M, SDL_Rect R, Dna D)
able = true;
pregnancyReady = false;
pregnate = false;
+ hasTarget = false;
}
void Creature::Behavior()