mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Fix small typo
This commit is contained in:
parent
a41f8756e1
commit
9bd92b7e2d
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!
|
// 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))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue