From 8b223eb0965a74693963726efb4e884ef454b97a Mon Sep 17 00:00:00 2001 From: Zaba999 Date: Wed, 12 Sep 2012 22:34:40 +0200 Subject: all tasks compile. --- src/object/task/taskshield.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/object/task/taskshield.h') 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; -- cgit v1.2.3-1-g7c22