- fixed a typo.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@104 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2008-05-12 10:00:05 +00:00
parent 7708436a98
commit 8af1af3d08

View file

@ -507,7 +507,7 @@ cont:
// the trace hit a 3D-floor before the thing.
// Calculate an intersection and abort.
Results->Sector = &sector[CurSector->sectornum];
Results->Sector = &sectors[CurSector->sectornum];
if (!CheckSectorPlane(CurSector, Results->HitType==TRACE_HitFloor))
{
Results->HitType=TRACE_HitNone;