- made AActor::radius a double.
This means that all files in g_doom are now fully converted.
This commit is contained in:
parent
ec58e70078
commit
0bdb65c477
41 changed files with 200 additions and 187 deletions
|
|
@ -132,7 +132,7 @@ void DEarthquake::Tick ()
|
|||
fixed_t dist;
|
||||
|
||||
dist = m_Spot->AproxDistance (victim, true);
|
||||
// Check if in damage radius
|
||||
// Check if in damage _f_radius()
|
||||
if (dist < m_DamageRadius && victim->_f_Z() <= victim->floorz)
|
||||
{
|
||||
if (pr_quake() < 50)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue