mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-28 16:31:15 +00:00
Add indentation
This commit is contained in:
parent
d85f42689b
commit
a41f8756e1
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,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++;
|
||||
totalplaytime++;
|
||||
|
||||
if (!useNightsSS && G_IsSpecialStage(gamemap))
|
||||
P_DoSpecialStageStuff();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue