summaryrefslogtreecommitdiff
path: root/src/strife/d_main.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/d_main.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/d_main.c')
-rw-r--r--src/strife/d_main.c3
1 files changed, 2 insertions, 1 deletions
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"));