mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
a2d20b5a27
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue