summaryrefslogtreecommitdiff
path: root/src/strife/p_tick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_tick.c')
-rw-r--r--src/strife/p_tick.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/strife/p_tick.c b/src/strife/p_tick.c
index 9429cf20..55e893ab 100644
--- a/src/strife/p_tick.c
+++ b/src/strife/p_tick.c
@@ -94,8 +94,6 @@ void P_AllocateThinker (thinker_t* thinker)
{
}
-
-
//
// P_RunThinkers
//
@@ -122,8 +120,6 @@ void P_RunThinkers (void)
}
}
-
-
//
// P_Ticker
//