mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-07 10:34:48 +00:00
Preproc comment out Y_SetLinkBonus because unused
This commit is contained in:
parent
d3001db9dc
commit
d53582596f
1 changed files with 2 additions and 0 deletions
|
@ -1774,6 +1774,7 @@ static void Y_SetLapBonus(player_t *player, y_bonus_t *bstruct)
|
|||
bstruct->points = max(0, player->totalmarebonuslap * 1000);
|
||||
}
|
||||
|
||||
#if 0
|
||||
//
|
||||
// Y_SetLinkBonus
|
||||
//
|
||||
|
@ -1783,6 +1784,7 @@ static void Y_SetLinkBonus(player_t *player, y_bonus_t *bstruct)
|
|||
bstruct->display = true;
|
||||
bstruct->points = max(0, (player->maxlink - 1) * 100);
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
// Y_SetGuardBonus
|
||||
|
|
Loading…
Reference in a new issue