summaryrefslogtreecommitdiff
path: root/src/strife/p_inter.c
diff options
context:
space:
mode:
authorJames Haley2011-02-23 09:25:47 +0000
committerJames Haley2011-02-23 09:25:47 +0000
commit7604a0956a73158e0f19a9437307556bc9b4ba56 (patch)
tree151155d00470e8492c5fc558a7899bb4c0cf4b04 /src/strife/p_inter.c
parent71f19d8d1ff5b914ac3871d6f740aaff00db82aa (diff)
downloadchocolate-doom-7604a0956a73158e0f19a9437307556bc9b4ba56.tar.gz
chocolate-doom-7604a0956a73158e0f19a9437307556bc9b4ba56.tar.bz2
chocolate-doom-7604a0956a73158e0f19a9437307556bc9b4ba56.zip
Removed all dead code containing P_Random calls to avoid false hits in
list, removed all remaining order-of-evaluation portability problems, and heavily altered behavior of T_FireFlicker thinkers to match the binary (had no clue they changed this previously!). Subversion-branch: /branches/strife-branch Subversion-revision: 2274
Diffstat (limited to 'src/strife/p_inter.c')
-rw-r--r--src/strife/p_inter.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/strife/p_inter.c b/src/strife/p_inter.c
index 10559d8f..7eed93bc 100644
--- a/src/strife/p_inter.c
+++ b/src/strife/p_inter.c
@@ -878,12 +878,7 @@ void P_KillMobj(mobj_t* source, mobj_t* target)
}
}
- // villsa [STRIFE] unused
- /*
- target->tics -= P_Random()&3;
- if (target->tics < 1)
- target->tics = 1;
- */
+ // villsa [STRIFE] no death tics randomization
// Drop stuff.
// villsa [STRIFE] get item from dialog target