From 9dfdacb7c569bded57c46a34f71833716d5b0ff4 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Tue, 27 May 2025 15:00:32 -0400 Subject: [PATCH] Always update match stats even in PWRLV_DISABLED --- src/y_inter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/y_inter.cpp b/src/y_inter.cpp index 6d07a8aea..b2159285a 100644 --- a/src/y_inter.cpp +++ b/src/y_inter.cpp @@ -2544,9 +2544,10 @@ void Y_StartIntermission(void) } K_CashInPowerLevels(); - SV_BumpMatchStats(); } + SV_BumpMatchStats(); + if (!timer) { Y_EndIntermission();