diff options
author | Tim Angus <tim@ngus.net> | 2002-07-03 00:34:12 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-07-03 00:34:12 +0000 |
commit | 1d8caa26e19bdc77bc2e1a69814d5c410e1be4cd (patch) | |
tree | b64f157bd5e298dc938c65c9127ec160cf3e4a61 /src/ui/ui_shared.c | |
parent | d4fe804c385ea8947d0befd2947493bcaa24cfee (diff) |
Support for UI changes
Diffstat (limited to 'src/ui/ui_shared.c')
-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}, |