Add backcompat for old modkartdata saves too

This commit is contained in:
NepDisk 2025-11-05 12:57:11 -05:00
parent 86c5d840ef
commit eff1e378b3

View file

@ -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++)
{