summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionworm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motionworm.h')
-rw-r--r--src/object/motion/motionworm.h4
1 files changed, 2 insertions, 2 deletions
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;
};