- hm. I thouggr thia has been saved before committing.
This commit is contained in:
parent
2584108200
commit
5e7ecb3c44
3 changed files with 4 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue