From 8f285465e82877183cf004ffd6f7bd889b0a4ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Konopacki?= Date: Thu, 13 Sep 2012 17:40:39 +0200 Subject: [object/motion] Folder compiles --- src/object/motion/motionworm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/object/motion/motionworm.h') diff --git a/src/object/motion/motionworm.h b/src/object/motion/motionworm.h index 1b2abf9..aed5a23 100644 --- a/src/object/motion/motionworm.h +++ b/src/object/motion/motionworm.h @@ -34,7 +34,7 @@ public: bool EventProcess(const Event &event); bool SetParam(int rank, float value); - float RetParam(int rank); + float GetParam(int rank); protected: void CreatePhysics(); @@ -57,6 +57,6 @@ protected: int m_specAction; float m_specTime; bool m_bArmStop; - float m_lastParticule; + float m_lastParticle; }; -- cgit v1.2.3-1-g7c22