diff --git a/src/r_main.cpp b/src/r_main.cpp index ce4841a2e..ecbd4cb34 100644 --- a/src/r_main.cpp +++ b/src/r_main.cpp @@ -678,7 +678,7 @@ void R_EnterPortal (PortalDrawseg* pds, int depth) ViewPos.X = (x1 + r * dx)*2 - x; ViewPos.Y = (y1 + r * dy)*2 - y; } - ViewAngle = pds->src->Delta().Angle() - startang; + ViewAngle = pds->src->Delta().Angle() * 2 - startang; } else {