mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-02 02:01:19 +00:00
- fixed a typo.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@104 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
7708436a98
commit
8af1af3d08
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ cont:
|
|||
|
||||
// the trace hit a 3D-floor before the thing.
|
||||
// Calculate an intersection and abort.
|
||||
Results->Sector = §or[CurSector->sectornum];
|
||||
Results->Sector = §ors[CurSector->sectornum];
|
||||
if (!CheckSectorPlane(CurSector, Results->HitType==TRACE_HitFloor))
|
||||
{
|
||||
Results->HitType=TRACE_HitNone;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue