Add back prev and next check

This commit is contained in:
NepDisk 2025-06-01 10:09:23 -04:00
parent ea2677b3d4
commit d3567cf7d4

View file

@ -2328,6 +2328,8 @@ static inline void G_PlayerFinishLevel(INT32 player)
p->starposty = 0; p->starposty = 0;
p->starpostz = 0; p->starpostz = 0;
p->starpostnum = 0; p->starpostnum = 0;
p->nextcheck = 0;
p->prevcheck = 0;
// SRB2kart: Increment the "matches played" counter. // SRB2kart: Increment the "matches played" counter.
if (player == consoleplayer) if (player == consoleplayer)