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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user