Cosmetic change: replaced tabs.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1511 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-02-18 02:25:54 +00:00
parent bea8439052
commit 1efbf46e8f

View File

@ -181,12 +181,12 @@ void Kart::createPhysics(ssgEntity *obj)
// Till we find either better (bigger) models or improve their physics // Till we find either better (bigger) models or improve their physics
// parameters to become playable, we just adjust the size of their // parameters to become playable, we just adjust the size of their
// physical models to be the same as the tuxkart model // physical models to be the same as the tuxkart model
x_min=-0.473799; x_min=-0.473799f;
x_max= 0.486361; x_max= 0.486361f;
y_min=-0.772244; y_min=-0.772244f;
y_max= 0.739075; y_max= 0.739075f;
z_min= 0.002806; z_min= 0.002806f;
z_max= 0.701095; z_max= 0.701095f;
} }
float kart_width = x_max-x_min; float kart_width = x_max-x_min;
m_kart_length = y_max-y_min; m_kart_length = y_max-y_min;