Wipe kart stats on game data reload

This commit is contained in:
Indev 2025-01-19 02:43:18 +03:00 committed by NepDisk
parent 437b8425c7
commit 151b0ba9d9

View file

@ -4339,6 +4339,7 @@ void G_LoadGameData(void)
// to new gamedata
G_ClearRecords(); // main and nights records
M_ClearSecrets(); // emblems, unlocks, maps visited, etc
K_EraseStats(); // stats
for (i = 0; i < PWRLV_NUMTYPES; i++) // SRB2Kart: online rank system
vspowerlevel[i] = PWRLVRECORD_START;