Add back prev and next check
This commit is contained in:
parent
ea2677b3d4
commit
d3567cf7d4
1 changed files with 2 additions and 0 deletions
|
|
@ -2328,6 +2328,8 @@ static inline void G_PlayerFinishLevel(INT32 player)
|
|||
p->starposty = 0;
|
||||
p->starpostz = 0;
|
||||
p->starpostnum = 0;
|
||||
p->nextcheck = 0;
|
||||
p->prevcheck = 0;
|
||||
|
||||
// SRB2kart: Increment the "matches played" counter.
|
||||
if (player == consoleplayer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue