- took care of the rest of p_map.cpp.

This commit is contained in:
Christoph Oelckers 2016-01-20 13:48:05 +01:00
commit 35271187a5
2 changed files with 99 additions and 111 deletions

View file

@ -326,7 +326,7 @@ void AActor::LinkToWorld (bool buggy)
if (!buggy || numgamenodes == 0)
{
sec = P_PointInSector (x, y);
sec = P_PointInSector (X(), Y());
}
else
{