Fixed typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4082 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -46,7 +46,7 @@ KartModel::KartModel()
|
||||
m_wheel_filename[0] = "wheel-front-right.3ds";
|
||||
m_wheel_filename[1] = "wheel-front-left.3ds";
|
||||
m_wheel_filename[2] = "wheel-rear-right.3ds";
|
||||
m_wheel_filename[3] = "wheel-rear-left.a3ds";
|
||||
m_wheel_filename[3] = "wheel-rear-left.3ds";
|
||||
m_mesh = NULL;
|
||||
m_af_left = -1;
|
||||
m_af_straight = -1;
|
||||
|
||||
Reference in New Issue
Block a user