summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/being.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 0492727c..585e7352 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -97,7 +97,8 @@ Being::Being(int id, Type type, int subtype, Map *map):
mIsGM(false),
mType(type),
mX(0), mY(0),
- mDamageTaken(0)
+ mDamageTaken(0),
+ mIp(0)
{
setMap(map);
setSubtype(subtype);