From f7768ad7dcfbefce525d846ce2f565dacf99f546 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 5 Sep 2010 23:28:16 +0000 Subject: Corrections to some of Kaiser's previous commits. Also, significant work on dialog engine, p_enemy code, and support for all new mapthing_t flag values in P_SpawnMapThing. Subversion-branch: /branches/strife-branch Subversion-revision: 2015 --- src/strife/p_tick.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/strife/p_tick.c') 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 // -- cgit v1.2.3