This commit is contained in:
Christoph Oelckers 2016-04-29 19:57:50 +02:00
commit a2d20b5a27
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void DEarthquake::Serialize (FArchive &arc)
<< m_TremorRadius << m_DamageRadius << m_TremorRadius << m_DamageRadius
<< m_QuakeSFX << m_Flags << m_CountdownStart << m_QuakeSFX << m_Flags << m_CountdownStart
<< m_WaveSpeed << m_WaveSpeed
<< m_Falloff << m_Highpoint << m_MiniCount; << m_Falloff << m_Highpoint << m_MiniCount
<< m_RollIntensity << m_RollWave; << m_RollIntensity << m_RollWave;
} }