summaryrefslogtreecommitdiff
path: root/src/strife/st_stuff.h
diff options
context:
space:
mode:
authorJames Haley2011-02-25 15:12:13 +0000
committerJames Haley2011-02-25 15:12:13 +0000
commit1b7d9ea6f72b2fdaae747f0d453b8bca214fa255 (patch)
tree749ff85e3b0acc3ab80e64ff0857850874d278eb /src/strife/st_stuff.h
parent08660bbbd6d78a8c9cb2323f2db890ba8aae0557 (diff)
downloadchocolate-doom-1b7d9ea6f72b2fdaae747f0d453b8bca214fa255.tar.gz
chocolate-doom-1b7d9ea6f72b2fdaae747f0d453b8bca214fa255.tar.bz2
chocolate-doom-1b7d9ea6f72b2fdaae747f0d453b8bca214fa255.zip
Found the last difference causing the IWAD to desync - players
experience a small amount of friction while falling (65520/65536). Also added all cheat codes. Subversion-branch: /branches/strife-branch Subversion-revision: 2278
Diffstat (limited to 'src/strife/st_stuff.h')
-rw-r--r--src/strife/st_stuff.h26
1 files changed, 16 insertions, 10 deletions
diff --git a/src/strife/st_stuff.h b/src/strife/st_stuff.h
index 0223108c..34b1146d 100644
--- a/src/strife/st_stuff.h
+++ b/src/strife/st_stuff.h
@@ -88,16 +88,22 @@ typedef enum
boolean ST_Responder(event_t* ev);
extern byte *st_backing_screen;
-extern cheatseq_t cheat_mus;
-extern cheatseq_t cheat_god;
-extern cheatseq_t cheat_ammo;
-extern cheatseq_t cheat_ammonokey;
-extern cheatseq_t cheat_noclip;
-extern cheatseq_t cheat_commercial_noclip;
-extern cheatseq_t cheat_powerup[7];
-extern cheatseq_t cheat_choppers;
-extern cheatseq_t cheat_clev;
-extern cheatseq_t cheat_mypos;
+
+extern cheatseq_t cheat_mus; // [STRIFE]: idmus -> spin
+extern cheatseq_t cheat_god; // [STRIFE]: iddqd -> omnipotent
+extern cheatseq_t cheat_ammo; // [STRIFE]: idfa -> boomstix
+extern cheatseq_t cheat_noclip; // [STRIFE]: idclip -> elvis
+extern cheatseq_t cheat_clev; // [STRIFE]: idclev -> rift
+extern cheatseq_t cheat_mypos; // [STRIFE]: idmypos -> gps
+extern cheatseq_t cheat_scoot; // [STRIFE]: new cheat scoot
+extern cheatseq_t cheat_nuke; // [STRIFE]: new cheat stonecold
+extern cheatseq_t cheat_keys; // [STRIFE]: new cheat jimmy (all keys)
+extern cheatseq_t cheat_stealth; // [STRIFE]: new cheat gripper
+extern cheatseq_t cheat_midas; // [STRIFE]: new cheat
+extern cheatseq_t cheat_lego; // [STRIFE]: new cheat
+extern cheatseq_t cheat_dev; // [STRIFE]: new cheat
+
+extern cheatseq_t cheat_powerup[];
#endif