mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-13 05:36:22 +00:00
Don't increment totalplaytime if a demo is playing.
This commit is contained in:
parent
f677746603
commit
d85f42689b
1 changed files with 1 additions and 0 deletions
|
|
@ -607,6 +607,7 @@ void P_Ticker(boolean run)
|
|||
}
|
||||
|
||||
// Keep track of how long they've been playing!
|
||||
if (!demoplayback) // Don't incerment if a demo is playing.
|
||||
totalplaytime++;
|
||||
|
||||
if (!useNightsSS && G_IsSpecialStage(gamemap))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue