summaryrefslogtreecommitdiff
path: root/src/strife/deh_cheat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/deh_cheat.c')
-rw-r--r--src/strife/deh_cheat.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/strife/deh_cheat.c b/src/strife/deh_cheat.c
index 8817c56e..c693a2df 100644
--- a/src/strife/deh_cheat.c
+++ b/src/strife/deh_cheat.c
@@ -44,22 +44,22 @@ typedef struct
static deh_cheat_t allcheats[] =
{
{"Change music", &cheat_mus },
- {"Chainsaw", &cheat_choppers },
+ {"Level Warp", &cheat_clev },
+ {"Stealth Boots", NULL }, // STRIFE-TODO
+ {"Sigil piece", NULL }, // STRIFE-TODO
+ {"FPS", NULL }, // STRIFE-TODO
+ {"TeleportMapSpot", NULL }, // STRIFE-TODO
+ {"Gold&StatTokens", NULL }, // STRIFE-TODO
{"God mode", &cheat_god },
- {"Ammo & Keys", &cheat_ammo },
- {"Ammo", &cheat_ammonokey },
- {"No Clipping 1", &cheat_noclip },
- {"No Clipping 2", &cheat_commercial_noclip },
- {"Invincibility", &cheat_powerup[0] },
+ {"Keys", NULL }, // STRIFE-TODO
+ {"Weapons & Ammo", NULL }, // STRIFE-TODO
+ {"Massacre", NULL }, // STRIFE-TODO
+ {"No Clipping", &cheat_noclip },
{"Berserk", &cheat_powerup[1] },
{"Invisibility", &cheat_powerup[2] },
- {"Radiation Suit", &cheat_powerup[3] },
- {"Auto-map", &cheat_powerup[4] },
- {"Lite-Amp Goggles", &cheat_powerup[5] },
- {"BEHOLD menu", &cheat_powerup[6] },
- {"Level Warp", &cheat_clev },
- {"Player Position", &cheat_mypos },
- {"Map cheat", &cheat_amap },
+ {"Enviro Suit", &cheat_powerup[3] },
+ {"Health", NULL }, // STRIFE-TODO
+ {"Backpack", NULL }, // STRIFE-TODO
};
static deh_cheat_t *FindCheatByName(char *name)