From aa529734e30e3fc9542f95780b0d5346ddd29eaf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Nov 2010 18:43:59 +0200 Subject: Add missing variable initialisation in Being. --- src/being.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/being.cpp') 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); -- cgit v1.2.3-60-g2f50