- hm. I thouggr thia has been saved before committing.

This commit is contained in:
Christoph Oelckers 2016-03-01 01:53:09 +01:00
commit 5e7ecb3c44
3 changed files with 4 additions and 8 deletions

View file

@ -1611,11 +1611,11 @@ void FPathTraverse::init (fixed_t x1, fixed_t y1, fixed_t x2, fixed_t y2, int fl
//===========================================================================
//
//
// Relocates the trace when going through a line portal
//
//===========================================================================
bool FPathTraverse::PortalRealign(intercept_t *in, int flags, fixedvec3 *optpos)
bool FPathTraverse::PortalRelocate(intercept_t *in, int flags, fixedvec3 *optpos)
{
if (!in->isaline || !in->d.line->isLinePortal()) return false;
fixed_t hitx = trace.x;