In artist debug mode, fast-track race start even more, tired of waiting after thunderbird to test

This commit is contained in:
Marianne Gagnon 2014-07-28 19:16:32 -04:00
parent c2cd32d4de
commit 3db9b867a6

View File

@ -137,6 +137,12 @@ void WorldStatus::update(const float dt)
return;
case TRACK_INTRO_PHASE:
m_auxiliary_timer += dt;
if (UserConfigParams::m_artist_debug_mode &&
race_manager->getNumberOfKarts() == 1 &&
race_manager->getTrackName() != "tutorial")
m_auxiliary_timer += dt * 6;
// Work around a bug that occurred on linux once:
// the sfx_manager kept on reporting that it is playing,
// while it was not - so STK would never reach the ready