- Last commit was incomplete.
SVN r1175 (trunk)
This commit is contained in:
parent
bc5d0c882b
commit
774e559eaf
6 changed files with 12 additions and 13 deletions
|
|
@ -1157,7 +1157,7 @@ void DWaggleBase::DoWaggle (bool ceiling)
|
|||
dist = plane->d;
|
||||
plane->d = m_OriginalDist + plane->PointToDist (0, 0,
|
||||
FixedMul (FloatBobOffsets[(m_Accumulator>>FRACBITS)&63], m_Scale));
|
||||
*texz += plane->HeightDiff (dist);
|
||||
m_Sector->ChangePlaneTexZ(pos, plane->HeightDiff (dist));
|
||||
dist = plane->HeightDiff (dist);
|
||||
P_ChangeSector (m_Sector, true, dist, ceiling, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue