mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +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!
|
// Keep track of how long they've been playing!
|
||||||
if (!demoplayback) // Don't incerment if a demo is playing.
|
if (!demoplayback) // Don't incerment if a demo is playing.
|
||||||
totalplaytime++;
|
totalplaytime++;
|
||||||
|
|
||||||
if (!useNightsSS && G_IsSpecialStage(gamemap))
|
if (!useNightsSS && G_IsSpecialStage(gamemap))
|
||||||
P_DoSpecialStageStuff();
|
P_DoSpecialStageStuff();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue