Bugfix: restarting a race could cause a crash in the skid marks.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2581 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-12-08 08:32:12 +00:00
parent 818f6bf6a2
commit 582bd86cdd

View File

@ -56,6 +56,7 @@ void SkidMarks::reset()
m_left.clear();
m_right.clear();
m_skid_marking = false;
m_current = -1;
} // reset
//-----------------------------------------------------------------------------