We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7a9e9 commit 1ba361aCopy full SHA for 1ba361a
src/modes/world.cpp
@@ -543,6 +543,10 @@ void World::onGo()
543
if (m_karts[i]->isGhostKart()) continue;
544
m_karts[i]->getVehicle()->setAllBrakes(0);
545
}
546
+ // Reset track objects 1 more time to make sure all instances of moveable
547
+ // fall at the same instant when race start in network
548
+ if (NetworkConfig::get()->isNetworking())
549
+ Track::getCurrentTrack()->getTrackObjectManager()->reset();
550
} // onGo
551
552
//-----------------------------------------------------------------------------
0 commit comments