From 1d8caa26e19bdc77bc2e1a69814d5c410e1be4cd Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 3 Jul 2002 00:34:12 +0000 Subject: Support for UI changes --- src/ui/ui_shared.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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}, -- cgit