- preparation for upcoming work: rename the fixed point versions of PosRelative.
This commit is contained in:
parent
a3b687bc4e
commit
8b6b5e7b1c
11 changed files with 54 additions and 54 deletions
|
|
@ -2307,7 +2307,7 @@ void DPusher::Tick ()
|
|||
continue;
|
||||
|
||||
sector_t *hsec = sec->GetHeightSec();
|
||||
fixedvec3 pos = thing->PosRelative(sec);
|
||||
fixedvec3 pos = thing->_f_PosRelative(sec);
|
||||
DVector2 pushvel;
|
||||
if (m_Type == p_wind)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue