- 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
|
|
@ -140,7 +140,7 @@ bool P_CheckSwitchRange(AActor *user, line_t *line, int sideno, fixedvec3 *optpo
|
|||
|
||||
P_MakeDivline (line, &dll);
|
||||
|
||||
fixedvec3 pos = optpos? *optpos : user->PosRelative(line);
|
||||
fixedvec3 pos = optpos? *optpos : user->_f_PosRelative(line);
|
||||
dlu.x = pos.x;
|
||||
dlu.y = pos.y;
|
||||
dlu.dx = finecosine[user->_f_angle() >> ANGLETOFINESHIFT];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue