From ab144aa9d30a97f0c3a2d049d624c868aaba3af7 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 5 Feb 2011 05:57:12 +0000 Subject: Documented most of the questflags. Misc fixes: Removed "is turbo!" message, PST_REBORN set in G_DoLoadLevel if players.health <= 0, M_ClearRandom doesn't seed rndindex with time(), A_Chase doesn't check for target->health <= 0 when decrementing actor->threshold, and A_AcolyteSpecial fixed - ALL blue acolytes must be dead, not just one. Subversion-branch: /branches/strife-branch Subversion-revision: 2248 --- src/strife/f_finale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/f_finale.c') diff --git a/src/strife/f_finale.c b/src/strife/f_finale.c index b93d1106..1761ad44 100644 --- a/src/strife/f_finale.c +++ b/src/strife/f_finale.c @@ -206,7 +206,7 @@ void F_StartFinale (void) else { if((players[0].questflags & QF_QUEST25) && // Converter destroyed - (players[0].questflags & QF_QUEST27)) // ???? + (players[0].questflags & QF_QUEST27)) // Computer destroyed (wtf?!) { // Good ending - You get the hot babe. slideshow_state = SLIDE_GOODEND1; -- cgit v1.2.3