summaryrefslogtreecommitdiff
path: root/src/strife/doomdef.h
diff options
context:
space:
mode:
authorJames Haley2010-09-26 06:26:50 +0000
committerJames Haley2010-09-26 06:26:50 +0000
commit2f326ebddc4f4de18909b557fa69fe74ac849e82 (patch)
treeda193613e54c47df599208e2c59ba45cf48f1c64 /src/strife/doomdef.h
parente9e7b85ab932b70caea5c1f7a40561f36c953d32 (diff)
downloadchocolate-doom-2f326ebddc4f4de18909b557fa69fe74ac849e82.tar.gz
chocolate-doom-2f326ebddc4f4de18909b557fa69fe74ac849e82.tar.bz2
chocolate-doom-2f326ebddc4f4de18909b557fa69fe74ac849e82.zip
Identified quest #7 (killed Blue Acolytes), fixed a bug in P_SpawnMobj
(Strife doesn't withhold mobj->reactioncount in skill 5), added static line specials 142, 143, and 149 for vertical texture scrolling, and made note of a bug with Irale's door line type. Subversion-branch: /branches/strife-branch Subversion-revision: 2142
Diffstat (limited to 'src/strife/doomdef.h')
-rw-r--r--src/strife/doomdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/doomdef.h b/src/strife/doomdef.h
index 2dbf716b..bf24b619 100644
--- a/src/strife/doomdef.h
+++ b/src/strife/doomdef.h
@@ -247,7 +247,7 @@ enum
QF_QUEST4 = (1 << tk_quest4),
QF_QUEST5 = (1 << tk_quest5),
QF_QUEST6 = (1 << tk_quest6), // Destroyed the Power Coupling
- QF_QUEST7 = (1 << tk_quest7),
+ QF_QUEST7 = (1 << tk_quest7), // Killed Blue Acolytes ("Scanning Team")
QF_QUEST8 = (1 << tk_quest8),
QF_QUEST9 = (1 << tk_quest9),
QF_QUEST10 = (1 << tk_quest10),