From eae2bc5c3cb8f6994d201bd50b4b1a23ff0f769a Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 15 Mar 2023 01:16:12 -0700 Subject: [PATCH] V_DrawStretchyFixedPatch: fix flipped patch offsets --- src/v_video.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v_video.cpp b/src/v_video.cpp index 65bc2b2ef..5d188d155 100644 --- a/src/v_video.cpp +++ b/src/v_video.cpp @@ -842,13 +842,13 @@ void V_DrawStretchyFixedPatch(fixed_t x, fixed_t y, fixed_t pscale, fixed_t vsca // left offset if (scrn & V_FLIP) - offsetx = FixedMul((patch->width - patch->leftoffset)<width - patch->leftoffset)<leftoffset<height - patch->topoffset)<height - patch->topoffset)<topoffset<