- removed a few leftover FRACUNITs.

This commit is contained in:
Christoph Oelckers 2016-04-01 16:37:19 +02:00
commit 046ee3e803
7 changed files with 7 additions and 8 deletions

View file

@ -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;
}