summaryrefslogtreecommitdiff
path: root/src/strife/p_inter.c
diff options
context:
space:
mode:
authorJames Haley2011-03-02 00:51:07 +0000
committerJames Haley2011-03-02 00:51:07 +0000
commit66cf5dd1d216b71899831fe8cbb676057c5757f7 (patch)
treedfa278067cae6484f335a53adb99d4b9122583ed /src/strife/p_inter.c
parentaf19c6755955d7d397454cd2fd988270ee2f0561 (diff)
downloadchocolate-doom-66cf5dd1d216b71899831fe8cbb676057c5757f7.tar.gz
chocolate-doom-66cf5dd1d216b71899831fe8cbb676057c5757f7.tar.bz2
chocolate-doom-66cf5dd1d216b71899831fe8cbb676057c5757f7.zip
Fixed automap background color, size of plrkilledmsg buffer, a bug which
caused the scanner to never be depleted from the inventory, and emulation of seemingly inconsequential undefined behavior in P_XYMovement via use of negative numspechit is currently addressed by changing the branch condition to > 0. Subversion-branch: /branches/strife-branch Subversion-revision: 2286
Diffstat (limited to 'src/strife/p_inter.c')
-rw-r--r--src/strife/p_inter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_inter.c b/src/strife/p_inter.c
index b5af6b13..4a7a173d 100644
--- a/src/strife/p_inter.c
+++ b/src/strife/p_inter.c
@@ -748,7 +748,7 @@ void P_TouchSpecialThing(mobj_t* special, mobj_t* toucher)
}
// villsa [STRIFE]
-static char plrkilledmsg[76];
+static char plrkilledmsg[80];
//
// KillMobj