commit 27413cac19e35512f3eeb0354be5261386d94751
Author: James Haley <haleyjd@hotmail.com>
AuthorDate: Fri Oct 7 14:30:51 2011 +0000
Commit: James Haley <haleyjd@hotmail.com>
CommitDate: Fri Oct 7 14:30:51 2011 +0000
Comment changes only.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2410
---
src/strife/f_finale.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/strife/f_finale.c b/src/strife/f_finale.c
index daa41316..551a4e24 100644
--- a/src/strife/f_finale.c
+++ b/src/strife/f_finale.c
@@ -2,9 +2,8 @@
//-----------------------------------------------------------------------------
//
// Copyright(C) 1993-1996 Id Software, Inc.
-// Copyright(C) 1996 Rogue Entertainment / Velocity, Inc.
// Copyright(C) 2005 Simon Howard
-// Copyright(C) 2010 James Haley, Samuel Villareal
+// Copyright(C) 2010 James Haley, Samuel Villarreal
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -160,7 +159,7 @@ enum
SLIDE_BADEND3, // Next state = -1
// Blah Ending
- SLIDE_BLAHEND1 = 17,
+ SLIDE_BLAHEND1 = 17,
SLIDE_BLAHEND2,
SLIDE_BLAHEND3 // Next state = -1
};
@@ -259,8 +258,7 @@ boolean F_Responder (event_t *event)
//
// [STRIFE] New function
// haleyjd 09/13/10: This is called from G_Ticker if gamestate is 1, but we
-// have no idea for what it's supposed to be. It may in fact be unused.
-// STRIFE-TODO: Determine if this is really used or not!
+// have no idea for what it's supposed to be. It is unused.
//
void F_WaitTicker(void)
{