summaryrefslogtreecommitdiff
path: root/src/doom/g_game.c
diff options
context:
space:
mode:
authorSimon Howard2009-06-09 19:38:13 +0000
committerSimon Howard2009-06-09 19:38:13 +0000
commit557a502de5e1aa47ea2a002480ac7270cc6364bb (patch)
treeb07f5dacc7e86e4463acb137699297e7885e8b66 /src/doom/g_game.c
parent627017d833c095586533b4e0cda2b4289f4d924a (diff)
downloadchocolate-doom-557a502de5e1aa47ea2a002480ac7270cc6364bb.tar.gz
chocolate-doom-557a502de5e1aa47ea2a002480ac7270cc6364bb.tar.bz2
chocolate-doom-557a502de5e1aa47ea2a002480ac7270cc6364bb.zip
Move menu/map/weapon key variables into common code, and bind variables.
Subversion-branch: /branches/raven-branch Subversion-revision: 1581
Diffstat (limited to 'src/doom/g_game.c')
-rw-r--r--src/doom/g_game.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/doom/g_game.c b/src/doom/g_game.c
index a2b08739..5d49c5b4 100644
--- a/src/doom/g_game.c
+++ b/src/doom/g_game.c
@@ -157,15 +157,6 @@ wbstartstruct_t wminfo; // parms for world map / intermission
byte consistancy[MAXPLAYERS][BACKUPTICS];
-int key_weapon1 = '1';
-int key_weapon2 = '2';
-int key_weapon3 = '3';
-int key_weapon4 = '4';
-int key_weapon5 = '5';
-int key_weapon6 = '6';
-int key_weapon7 = '7';
-int key_weapon8 = '8';
-
#define MAXPLMOVE (forwardmove[1])
#define TURBOTHRESHOLD 0x32