- removed a few leftover FRACUNITs.
This commit is contained in:
parent
bb13590e07
commit
046ee3e803
7 changed files with 7 additions and 8 deletions
|
|
@ -205,7 +205,7 @@ void DCeiling::Tick ()
|
|||
case ceilCrushAndRaise:
|
||||
case ceilLowerAndCrush:
|
||||
if (m_CrushMode == ECrushMode::crushSlowdown)
|
||||
m_Speed = FRACUNIT / 8;
|
||||
m_Speed = 1. / 8;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue