mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-11 21:56:43 +00:00
Nights intermission bonus y_inter.c: A comment
This commit is contained in:
parent
eb307a4066
commit
96f61d8ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -1945,7 +1945,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
|
||||
else if (maptol & TOL_NIGHTS) // Mare score instead of Rings
|
||||
Y_SetNightsBonus(&players[i], &localbonus);
|
||||
else
|
||||
Y_SetRingBonus(&players[i], &localbonus);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue