From eff1e378b34f34060dc4f80736d1d48c1914716e Mon Sep 17 00:00:00 2001 From: NepDisk Date: Wed, 5 Nov 2025 12:57:11 -0500 Subject: [PATCH] Add backcompat for old modkartdata saves too --- src/g_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_game.c b/src/g_game.c index 0705885bf..16eaefceb 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -5100,7 +5100,7 @@ void G_LoadGameData(void) corrupted = 2; // data is corrupted!? // well no clue but dont think it would like reading garbage from vanilla files - K_ReadStats(&save, beforemorestats); + K_ReadStats(&save, beforemorestats ? !savemoddata : false); for (i = 0; i < PWRLV_NUMTYPES; i++) {