mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Preproc comment out Y_SetLinkBonus because unused
This commit is contained in:
parent
42da933c2c
commit
a2883009ed
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…
Add table
Reference in a new issue