Allow viewing karma bombs during replays

This commit is contained in:
fickleheart 2019-02-18 21:23:05 -06:00
parent 9da5b9ae6a
commit 188552e069

View file

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