Fixed GCC warning
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9403 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
8b585af03b
commit
63b3ecacb7
@ -77,7 +77,7 @@ protected:
|
|||||||
m_kart_mode;
|
m_kart_mode;
|
||||||
public:
|
public:
|
||||||
EmergencyAnimation(Kart *kart);
|
EmergencyAnimation(Kart *kart);
|
||||||
~EmergencyAnimation();
|
virtual ~EmergencyAnimation();
|
||||||
void reset();
|
void reset();
|
||||||
virtual void handleExplosion(const Vec3& pos, bool direct_hit);
|
virtual void handleExplosion(const Vec3& pos, bool direct_hit);
|
||||||
virtual void forceRescue(bool is_auto_rescue=false);
|
virtual void forceRescue(bool is_auto_rescue=false);
|
||||||
|
Loading…
Reference in New Issue
Block a user