Don't increment totalplaytime if a demo is playing.

This commit is contained in:
Steel Titanium 2018-05-08 18:14:39 -04:00
parent 8e5ac64d7c
commit 29e80c5300
1 changed files with 1 additions and 0 deletions

View File

@ -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))