Removed unnecessary update (it's done in max_speed.cpp as well).

This commit is contained in:
hiker 2018-06-05 00:04:49 +10:00
parent c751db865f
commit 5092f0326c

View File

@ -173,7 +173,6 @@ void KartRewinder::restoreState(BareNetworkString *buffer, int count)
// 5) Max speed info
// ------------------
m_max_speed->rewindTo(buffer);
m_max_speed->update(0);
// 6) Skidding
// -----------