From 7298899199a5bb750c66c4b52227e9e979f8d260 Mon Sep 17 00:00:00 2001 From: James Haley Date: Mon, 13 Sep 2010 03:27:49 +0000 Subject: 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 --- src/strife/p_mobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/p_mobj.c') 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;*/ -- cgit v1.2.3