summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionant.h
diff options
context:
space:
mode:
authorMichał Konopacki <konopacki.m@gmail.com>2012-09-11 22:45:48 +0200
committerMichał Konopacki <konopacki.m@gmail.com>2012-09-11 22:45:48 +0200
commit68d9c61e97522213d27745c4c6dac4c839bff77d (patch)
treea766df2cb346db495773ae7d81978bf435e891dd /src/object/motion/motionant.h
parente57be247c2ddce796fd64e9f3c1b3bfa4759b74a (diff)
downloadcolobot-68d9c61e97522213d27745c4c6dac4c839bff77d.tar.gz
colobot-68d9c61e97522213d27745c4c6dac4c839bff77d.tar.bz2
colobot-68d9c61e97522213d27745c4c6dac4c839bff77d.zip
[src/object] motion.* motionant.* motionbee.* should compile
Diffstat (limited to 'src/object/motion/motionant.h')
-rw-r--r--src/object/motion/motionant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/motion/motionant.h b/src/object/motion/motionant.h
index 8ddd789..68a3b7f 100644
--- a/src/object/motion/motionant.h
+++ b/src/object/motion/motionant.h
@@ -68,6 +68,6 @@ protected:
int m_armMemberIndex;
int m_armLastAction;
bool m_bArmStop;
- float m_lastParticule;
+ float m_lastParticle;
};