mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Change special stage bonus to NiGHTS in-level score, per MB
This commit is contained in:
parent
89f57cb111
commit
54343bc05f
1 changed files with 1 additions and 1 deletions
|
@ -1930,7 +1930,7 @@ static void Y_AwardSpecialStageBonus(void)
|
|||
if (!playeringame[i] || players[i].lives < 1) // not active or game over
|
||||
Y_SetNullBonus(&players[i], &localbonus);
|
||||
else if (maptol & TOL_NIGHTS) // Link instead of Rings
|
||||
Y_SetLinkBonus(&players[i], &localbonus);
|
||||
Y_SetNightsBonus(&players[i], &localbonus);
|
||||
else
|
||||
Y_SetRingBonus(&players[i], &localbonus);
|
||||
players[i].score += localbonus.points;
|
||||
|
|
Loading…
Reference in a new issue