Preproc comment out Y_SetLinkBonus because unused

This commit is contained in:
mazmazz 2018-08-14 10:20:56 -04:00
parent d3001db9dc
commit d53582596f

View file

@ -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