From a3c8b12ee99ec53fbbf3b36bd71a8f45cf274c1d Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 7 Jul 2013 15:09:05 +0000 Subject: Mobs are assigned MaxHealth from monsters.ini; reading monsters.ini doesn't need settings.ini values anymore. Fixes FS #409. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1662 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Pickup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/Pickup.h') diff --git a/source/Pickup.h b/source/Pickup.h index 74dceae4b..f37618d2d 100644 --- a/source/Pickup.h +++ b/source/Pickup.h @@ -43,8 +43,6 @@ public: short GetAge(void) const { return (short)(m_Timer / 50); } private: - short m_Health; - Vector3d m_ResultingSpeed; //Can be used to modify the resulting speed for the current tick ;) Vector3d m_WaterSpeed; -- cgit v1.2.3