summaryrefslogtreecommitdiff
path: root/src/strife/p_mobj.c
diff options
context:
space:
mode:
authorJames Haley2010-09-13 03:27:49 +0000
committerJames Haley2010-09-13 03:27:49 +0000
commit7298899199a5bb750c66c4b52227e9e979f8d260 (patch)
tree497ac394220584a4ee38cd7be38b31bf40cdd02e /src/strife/p_mobj.c
parent2016bb4f4b3c00b6d037727d0a5f4e7e6847fc0b (diff)
downloadchocolate-doom-7298899199a5bb750c66c4b52227e9e979f8d260.tar.gz
chocolate-doom-7298899199a5bb750c66c4b52227e9e979f8d260.tar.bz2
chocolate-doom-7298899199a5bb750c66c4b52227e9e979f8d260.zip
Started finale slideshow stuff, added/tweaked quest flags, and did some
elimination of tabs in altered functions. Also refactored a few strings to use DEH_String. Subversion-branch: /branches/strife-branch Subversion-revision: 2082
Diffstat (limited to 'src/strife/p_mobj.c')
-rw-r--r--src/strife/p_mobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_mobj.c b/src/strife/p_mobj.c
index 8875855b..2fdd7a51 100644
--- a/src/strife/p_mobj.c
+++ b/src/strife/p_mobj.c
@@ -809,7 +809,7 @@ void P_SpawnPlayer(mapthing_t* mthing)
if(deathmatch)
{
p->accuracy = 50;
- p->questflags = tk_allquests;
+ p->questflags = QF_ALLQUESTS; // 0x7fffffff
/*for(i = 0; i < NUMCARDS; i++)
p->cards[i] = true;*/