From 9179e6fd869544164c82a12d874c6f79d9cd0501 Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 11 May 2023 23:12:57 +0100 Subject: [PATCH] Since intermission is bordered, don't do widescreen accomodation for the Standings xoffset slide --- src/y_inter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/y_inter.c b/src/y_inter.c index f313137e1..064196d15 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -1261,11 +1261,11 @@ void Y_IntermissionDrawer(void) const INT32 count = (intertic - sorttic); if (count < 8) - x = -((count * vid.width) / (8 * vid.dupx)); + x = -((count * BASEVIDWIDTH) / 8); else if (count == 8) goto skiptallydrawer; else if (count < 16) - x = (((16 - count) * vid.width) / (8 * vid.dupx)); + x = (((16 - count) * BASEVIDWIDTH) / 8); } // Draw the header bar