- added P_GetOffsetPosition calls to all needed functions.
This commit is contained in:
parent
d46e109a5b
commit
60c2a55ec4
3 changed files with 41 additions and 14 deletions
|
|
@ -712,7 +712,7 @@ fixedvec2 P_GetOffsetPosition(AActor *actor, fixed_t dx, fixed_t dy)
|
|||
bool repeat;
|
||||
do
|
||||
{
|
||||
it.init(actx, acty, dx, dy, PT_ADDLINES);
|
||||
it.init(actx, acty, dx, dy, PT_ADDLINES|PT_DELTA);
|
||||
intercept_t *in;
|
||||
|
||||
repeat = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue