From b9687b4a57814e1a9fd5cfb58ce9c8cd4f78b72b Mon Sep 17 00:00:00 2001 From: MajorCooke Date: Fri, 29 Apr 2016 06:33:38 -0500 Subject: [PATCH] Compiler fix --- src/g_shared/a_quake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }