mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-08 22:11:45 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
d6c6383fca
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ void P_NormalizeVXVY(fixed_t& vx, fixed_t& vy)
|
||||||
fixedvec2 P_GetOffsetPosition(AActor *actor, fixed_t dx, fixed_t dy)
|
fixedvec2 P_GetOffsetPosition(AActor *actor, fixed_t dx, fixed_t dy)
|
||||||
{
|
{
|
||||||
fixedvec3 dest = { actor->X() + dx, actor->Y() + dy };
|
fixedvec3 dest = { actor->X() + dx, actor->Y() + dy };
|
||||||
if (PortalBlockmap.containsLines && actor->Sector->PortalGroup != 0)
|
if (PortalBlockmap.containsLines)
|
||||||
{
|
{
|
||||||
fixed_t actx = actor->X(), acty = actor->Y();
|
fixed_t actx = actor->X(), acty = actor->Y();
|
||||||
FLinePortalTraverse it;
|
FLinePortalTraverse it;
|
||||||
|
|
Loading…
Reference in a new issue