diff --git a/src/karts/max_speed.cpp b/src/karts/max_speed.cpp index 54bcc345e..9ab14fa50 100644 --- a/src/karts/max_speed.cpp +++ b/src/karts/max_speed.cpp @@ -178,6 +178,7 @@ void MaxSpeed::SpeedIncrease::rewindTo(BareNetworkString *buffer, { m_max_add_speed = buffer->getFloat(); m_duration = buffer->getFloat(); + m_fade_out_time = buffer->getFloat(); m_current_speedup = buffer->getFloat(); m_engine_force = buffer->getFloat(); } @@ -334,11 +335,10 @@ void MaxSpeed::saveState(BareNetworkString *buffer) const // ------------------------ // Get the bit pattern of all active slowdowns uint8_t active_slowdown = 0; - for(unsigned int i=MS_DECREASE_MIN; iaddUInt8(active_slowdown); @@ -352,10 +352,10 @@ void MaxSpeed::saveState(BareNetworkString *buffer) const // -------------------------- // Get the bit pattern of all active speedups uint8_t active_speedups = 0; - for(unsigned int i=MS_INCREASE_MIN; iaddUInt8(active_speedups); for(unsigned int i=MS_INCREASE_MIN, b=1; i