From 5f9fe97f7cfedec45fb8cf599d2c52eb69e76027 Mon Sep 17 00:00:00 2001 From: James Haley Date: Mon, 27 Sep 2010 17:40:54 +0000 Subject: Code for line types 196 and 212 (thought I committed that already o_O), and code to transfer leveltime across map changes in G_DoWorldDone. Subversion-branch: /branches/strife-branch Subversion-revision: 2144 --- src/strife/p_mobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/p_mobj.c') diff --git a/src/strife/p_mobj.c b/src/strife/p_mobj.c index 36b05cbd..b2af4c07 100644 --- a/src/strife/p_mobj.c +++ b/src/strife/p_mobj.c @@ -612,7 +612,7 @@ P_SpawnMobj mobj->health = info->spawnhealth; // haleyjd 09/25/10: [STRIFE] Doesn't do this; messes up flamethrower - // and a lot of other stuff. + // and a lot of other stuff using reactiontime as a counter. //if (gameskill != sk_nightmare) mobj->reactiontime = info->reactiontime; -- cgit v1.2.3