summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Haley2011-10-07 14:30:51 +0000
committerJames Haley2011-10-07 14:30:51 +0000
commit27413cac19e35512f3eeb0354be5261386d94751 (patch)
tree62899879f0b5e2bc2fa8528007f7c8a85c021c7e
parent5fcd4dc343af24dbcfa1896936d1e8fd1c12d236 (diff)
downloadchocolate-doom-27413cac19e35512f3eeb0354be5261386d94751.tar.gz
chocolate-doom-27413cac19e35512f3eeb0354be5261386d94751.tar.bz2
chocolate-doom-27413cac19e35512f3eeb0354be5261386d94751.zip
Comment changes only.
Subversion-branch: /branches/v2-branch Subversion-revision: 2410
-rw-r--r--src/strife/f_finale.c8
1 files 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)
{