Allow viewing karma bombs during replays

This commit is contained in:
fickleheart 2019-02-18 21:23:05 -06:00
parent 35148c48c0
commit ae3348e24d

View file

@ -2097,7 +2097,7 @@ boolean G_CouldView(INT32 playernum)
return false;
// I don't know if we want this actually, but I'll humor the suggestion anyway
if (G_BattleGametype())
if (G_BattleGametype() && !demoplayback)
{
if (player->kartstuff[k_bumper] <= 0)
return false;