Bugfix for r1218: code would not compile without bullet.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1221 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
12ee22767c
commit
affb80811f
@ -132,7 +132,9 @@ Kart::Kart (const KartProperties* kartProperties_, int position_ ,
|
||||
m_prev_accel = 0.0f;
|
||||
m_wheelie_angle = 0.0f;
|
||||
m_current_friction = 1.0f;
|
||||
#ifdef BULLET
|
||||
m_time_since_stuck = 0.0f;
|
||||
#endif
|
||||
m_smokepuff = NULL;
|
||||
m_smoke_system = NULL;
|
||||
m_exhaust_pipe = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user