From e982c30590ce1d7426cc00c113e0b65924df5353 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 4 Jan 2020 23:23:36 +0100 Subject: [PATCH] - fixed Shadow Warrior's mirror code. --- source/sw/src/jsector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/sw/src/jsector.cpp b/source/sw/src/jsector.cpp index 05fc7ab5f..420df85bd 100644 --- a/source/sw/src/jsector.cpp +++ b/source/sw/src/jsector.cpp @@ -778,10 +778,10 @@ JS_DrawMirrors(PLAYERp pp, int tx, int ty, int tz, short tpang, int tphoriz) // Must call preparemirror before drawrooms and // completemirror after drawrooms - renderPrepareMirror(tx, ty, tz, fix16_from_int(tpang), tphoriz, + renderPrepareMirror(tx, ty, tz, fix16_from_int(tpang), fix16_from_int(tphoriz), mirror[cnt].mirrorwall, /*mirror[cnt].mirrorsector,*/ &tposx, &tposy, &tang); - drawrooms(tposx, tposy, tz, fix16_to_int(tang), tphoriz, mirror[cnt].mirrorsector + MAXSECTORS); + renderDrawRoomsQ16(tposx, tposy, tz, (tang), fix16_from_int(tphoriz), mirror[cnt].mirrorsector + MAXSECTORS); analyzesprites(tposx, tposy, tz, TRUE); renderDrawMasks();