diff --git a/src/g_shared/a_quake.cpp b/src/g_shared/a_quake.cpp index 7908c907cf..74c416468b 100644 --- a/src/g_shared/a_quake.cpp +++ b/src/g_shared/a_quake.cpp @@ -71,7 +71,7 @@ void DEarthquake::Serialize (FArchive &arc) << m_TremorRadius << m_DamageRadius << m_QuakeSFX << m_Flags << m_CountdownStart << m_WaveSpeed - << m_Falloff << m_Highpoint << m_MiniCount; + << m_Falloff << m_Highpoint << m_MiniCount << m_RollIntensity << m_RollWave; }