Bugfix for bugfix: make the stars not only stop rotating, but to

disappear completely when restarting a race.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4444 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2010-01-12 23:13:38 +00:00
parent 901f8ae7d4
commit b9e8e0891c

View File

@@ -94,8 +94,10 @@ void Stars::showFor(float time)
*/
void Stars::reset()
{
m_enabled = false;
} // unShow
// This will make the stars invisible and disable them
m_remaining_time = -1;
} // reset
// ----------------------------------------------------------------------------
void Stars::update(float delta_t)