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:
hikerstk 2007-08-23 00:26:28 +00:00
parent 12ee22767c
commit affb80811f

View File

@ -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;