mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
G_TickTimeStickerMedals: Do not call in demo.playback
This commit is contained in:
parent
d1c7a90a7c
commit
1df3da8379
1 changed files with 2 additions and 1 deletions
|
|
@ -768,7 +768,8 @@ void P_Ticker(boolean run)
|
|||
if (modeattacking)
|
||||
{
|
||||
G_GhostTicker();
|
||||
G_TickTimeStickerMedals();
|
||||
if (!demo.playback)
|
||||
G_TickTimeStickerMedals();
|
||||
}
|
||||
|
||||
if (mapreset > 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue