mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'demototalplaytime' into 'next'
Don't increment totalplaytime if a demo is playing. See merge request STJr/SRB2!241
This commit is contained in:
commit
26686823c8
1 changed files with 2 additions and 1 deletions
|
|
@ -607,7 +607,8 @@ void P_Ticker(boolean run)
|
|||
}
|
||||
|
||||
// Keep track of how long they've been playing!
|
||||
totalplaytime++;
|
||||
if (!demoplayback) // Don't increment if a demo is playing.
|
||||
totalplaytime++;
|
||||
|
||||
if (!useNightsSS && G_IsSpecialStage(gamemap))
|
||||
P_DoSpecialStageStuff();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue