Compiler fix

This commit is contained in:
MajorCooke 2016-04-29 06:33:38 -05:00
parent 4a72c7d2f1
commit b9687b4a57

View file

@ -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;
}