- preparation for upcoming work: rename the fixed point versions of PosRelative.

This commit is contained in:
Christoph Oelckers 2016-03-25 14:18:50 +01:00
commit 8b6b5e7b1c
11 changed files with 54 additions and 54 deletions

View file

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