summaryrefslogtreecommitdiff
path: root/src/strife/st_stuff.c
diff options
context:
space:
mode:
authorJames Haley2011-02-04 01:37:51 +0000
committerJames Haley2011-02-04 01:37:51 +0000
commitaecddc60790bac4b44ce0e5790ec644da657571b (patch)
treeb0689ffde90f5675d075e66544f1422fc7642f92 /src/strife/st_stuff.c
parent0973932861fd8f8851a9a6b7e451fed894844cb4 (diff)
downloadchocolate-doom-aecddc60790bac4b44ce0e5790ec644da657571b.tar.gz
chocolate-doom-aecddc60790bac4b44ce0e5790ec644da657571b.tar.bz2
chocolate-doom-aecddc60790bac4b44ce0e5790ec644da657571b.zip
Finished second pass through p_mobj.c - module should now be finalized
except for explicitly tagged FIXME/TODO items in P_SpawnMapThing. Subversion-branch: /branches/strife-branch Subversion-revision: 2245
Diffstat (limited to 'src/strife/st_stuff.c')
-rw-r--r--src/strife/st_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/st_stuff.c b/src/strife/st_stuff.c
index bd1061a9..cebc5bfc 100644
--- a/src/strife/st_stuff.c
+++ b/src/strife/st_stuff.c
@@ -331,7 +331,7 @@ cheatseq_t cheat_stealth = CHEAT("gripper", 0); // [STRIFE]: new cheat g
cheatseq_t cheat_midas = CHEAT("donnytrump", 0); // [STRIFE]: new cheat
cheatseq_t cheat_lego = CHEAT("lego", 0); // [STRIFE]: new cheat
-cheatseq_t cheat_powerup[7] = // STRIFE-TODO
+cheatseq_t cheat_powerup[7] = // STRIFE-TODO
{
CHEAT("idbeholdv", 0),
CHEAT("idbeholds", 0),