Merge branch 'master' into floatcvt
# Conflicts: # src/g_hexen/a_heresiarch.cpp # src/g_shared/a_quake.cpp
This commit is contained in:
commit
a43dccaa86
9 changed files with 210 additions and 129 deletions
|
|
@ -143,7 +143,7 @@ void DEarthquake::Tick ()
|
|||
DAngle an = victim->Angles.Yaw + pr_quake();
|
||||
if (m_IntensityX == m_IntensityY)
|
||||
{ // Thrust in a circle
|
||||
P_ThrustMobj (victim, an, m_IntensityX << (FRACBITS-1));
|
||||
P_ThrustMobj (victim, an, m_IntensityX/2);
|
||||
}
|
||||
else
|
||||
{ // Thrust in an ellipse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue