mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Allow viewing karma bombs during replays
This commit is contained in:
parent
35148c48c0
commit
ae3348e24d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue