Added files missing from previous commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2941 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
aa76b77583
commit
a370685685
@ -75,6 +75,11 @@ protected:
|
||||
private:
|
||||
/** The amount of energy collected bu hitting coins. */
|
||||
float m_collected_energy;
|
||||
/** The shadow of the kart. */
|
||||
ssgTransform *m_shadow;
|
||||
/** If a kart is flying, the shadow is disabled (since it is
|
||||
* stuck to the kart, i.e. the shadow would be flying, too). */
|
||||
bool m_shadow_enabled;
|
||||
|
||||
/** Smoke from skidding. */
|
||||
Smoke *m_smoke_system;
|
||||
|
@ -30,7 +30,6 @@ Moveable::Moveable()
|
||||
{
|
||||
m_body = 0;
|
||||
m_motion_state = 0;
|
||||
m_shadow = 0;
|
||||
m_first_time = true ;
|
||||
m_model_transform = new ssgTransform();
|
||||
|
||||
|
@ -47,7 +47,6 @@ protected:
|
||||
sgVec4 *m_normal_hot; /* plane on which HOT was computed */
|
||||
Material *m_material_hot; /* Material at HOT */
|
||||
ssgTransform *m_model_transform; // The transform where the model is under
|
||||
ssgTransform *m_shadow;
|
||||
int m_first_time ;
|
||||
btRigidBody *m_body;
|
||||
KartMotionState *m_motion_state;
|
||||
|
Loading…
x
Reference in New Issue
Block a user