Fix small typo

This commit is contained in:
Steel Titanium 2018-05-08 18:38:28 -04:00
parent 9ff491dd78
commit a1d696b38e

View file

@ -607,7 +607,7 @@ void P_Ticker(boolean run)
} }
// Keep track of how long they've been playing! // Keep track of how long they've been playing!
if (!demoplayback) // Don't incerment if a demo is playing. if (!demoplayback) // Don't increment if a demo is playing.
totalplaytime++; totalplaytime++;
if (!useNightsSS && G_IsSpecialStage(gamemap)) if (!useNightsSS && G_IsSpecialStage(gamemap))