- removed a few leftover FRACUNITs.
This commit is contained in:
parent
bb13590e07
commit
046ee3e803
7 changed files with 7 additions and 8 deletions
|
|
@ -254,7 +254,7 @@ void DDoor::DoorSound(bool raise, DSeqNode *curseq) const
|
|||
|
||||
if (m_Sector->Flags & SECF_SILENTMOVE) return;
|
||||
|
||||
if (m_Speed >= FRACUNIT*8)
|
||||
if (m_Speed >= 8)
|
||||
{
|
||||
choice += 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue