mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Fix small typo
This commit is contained in:
parent
9ff491dd78
commit
a1d696b38e
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +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.
|
||||
if (!demoplayback) // Don't increment if a demo is playing.
|
||||
totalplaytime++;
|
||||
|
||||
if (!useNightsSS && G_IsSpecialStage(gamemap))
|
||||
|
|
Loading…
Reference in a new issue