diff options
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/ui_shared.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index c0ca8a01..6ef8bb53 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -3141,7 +3141,9 @@ static bind_t g_bindings[] =  	{"weapon 11",		 -1,					-1,		-1, -1},  	{"weapon 12",		 -1,					-1,		-1, -1},  	{"weapon 13",		 -1,					-1,		-1, -1}, -	{"+attack", 		 K_CTRL,				-1,		-1, -1}, +	{"+attack", 		 K_MOUSE1,				-1,		-1, -1}, +	{"+button7", 		 K_MOUSE2,				-1,		-1, -1}, //TA: secondary attack +	{"+button5", 		 'q',				-1,		-1, -1}, //TA: buildable use  	{"weapprev",		 '[',					-1,		-1, -1},  	{"weapnext", 		 ']',					-1,		-1, -1},  	{"+button3", 		 K_MOUSE3,			-1,		-1, -1},  | 
