From 66cf5dd1d216b71899831fe8cbb676057c5757f7 Mon Sep 17 00:00:00 2001 From: James Haley Date: Wed, 2 Mar 2011 00:51:07 +0000 Subject: 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 --- src/strife/d_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/strife/d_main.c') diff --git a/src/strife/d_main.c b/src/strife/d_main.c index c414a337..6367818a 100644 --- a/src/strife/d_main.c +++ b/src/strife/d_main.c @@ -1279,7 +1279,8 @@ static void D_InitIntroSequence(void) } /* // STRIFE-FIXME: This was actually displayed on a special textmode - // screen with ANSI color codes... + // screen with ANSI color codes... would require use of textlib to + // emulate properly... else { puts(DEH_String("Conversation ON")); -- cgit v1.2.3