- added P_GetOffsetPosition calls to all needed functions.

This commit is contained in:
Christoph Oelckers 2016-02-26 11:49:39 +01:00
commit 60c2a55ec4
3 changed files with 41 additions and 14 deletions

View file

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