summaryrefslogtreecommitdiffstats
path: root/src/object/task/taskshield.h
diff options
context:
space:
mode:
authorZaba999 <zaba.marcin@gmail.com>2012-09-12 22:34:40 +0200
committerZaba999 <zaba.marcin@gmail.com>2012-09-12 22:34:40 +0200
commit8b223eb0965a74693963726efb4e884ef454b97a (patch)
treeffeb2e48e42f2c7c412dfbbec625b8b343c2b80a /src/object/task/taskshield.h
parent44e4bcef45a1e606dcbb4a0b25fac3d649d9ebf9 (diff)
downloadcolobot-8b223eb0965a74693963726efb4e884ef454b97a.tar.gz
colobot-8b223eb0965a74693963726efb4e884ef454b97a.tar.bz2
colobot-8b223eb0965a74693963726efb4e884ef454b97a.zip
all tasks compile.
Diffstat (limited to 'src/object/task/taskshield.h')
-rw-r--r--src/object/task/taskshield.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/task/taskshield.h b/src/object/task/taskshield.h
index 5842ae0..4a6811c 100644
--- a/src/object/task/taskshield.h
+++ b/src/object/task/taskshield.h
@@ -63,7 +63,7 @@ protected:
Error Stop();
bool CreateLight(Math::Vector pos);
void IncreaseShield();
- float RetRadius();
+ float GetRadius();
protected:
TaskShieldPhase m_phase;
@@ -71,12 +71,12 @@ protected:
float m_speed;
float m_time;
float m_delay;
- float m_lastParticule;
+ float m_lastParticle;
float m_lastRay;
float m_lastIncrease;
float m_energyUsed;
bool m_bError;
- Math::Vector m_shieldPos;
+ Math::Vector m_shieldPos;
int m_rankSphere;
int m_soundChannel;
int m_effectLight;