From 557a502de5e1aa47ea2a002480ac7270cc6364bb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 9 Jun 2009 19:38:13 +0000 Subject: Move menu/map/weapon key variables into common code, and bind variables. Subversion-branch: /branches/raven-branch Subversion-revision: 1581 --- src/doom/am_map.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/doom/am_map.c') diff --git a/src/doom/am_map.c b/src/doom/am_map.c index 37ccf5b3..89a5dffc 100644 --- a/src/doom/am_map.c +++ b/src/doom/am_map.c @@ -37,6 +37,7 @@ #include "w_wad.h" #include "m_cheat.h" +#include "m_controls.h" #include "i_system.h" // Needs access to LFB. @@ -90,19 +91,6 @@ // drawing stuff -int key_map_north = KEY_UPARROW; -int key_map_south = KEY_DOWNARROW; -int key_map_east = KEY_RIGHTARROW; -int key_map_west = KEY_LEFTARROW; -int key_map_zoomin = '='; -int key_map_zoomout = '-'; -int key_map_toggle = KEY_TAB; -int key_map_maxzoom = '0'; -int key_map_follow = 'f'; -int key_map_grid = 'g'; -int key_map_mark = 'm'; -int key_map_clearmark = 'c'; - #define AM_NUMMARKPOINTS 10 // scale on entry -- cgit v1.2.3