mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@827 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
95eed1cd2b
commit
bd94f048ea
1 changed files with 2 additions and 0 deletions
|
@ -3594,11 +3594,13 @@ cheat_for_port_credits:
|
|||
{
|
||||
ud.config.MouseFunctions[whichkey>>1][whichkey&1] = x;
|
||||
CONTROL_MapButton(x, whichkey>>1, whichkey&1, controldevice_mouse);
|
||||
mousebind[whichkey>>1].name[0] = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
ud.config.MouseFunctions[whichkey-(MAXMOUSEBUTTONS-2)][0] = x;
|
||||
CONTROL_MapButton(x, whichkey-(MAXMOUSEBUTTONS-2), 0, controldevice_mouse);
|
||||
mousebind[whichkey-(MAXMOUSEBUTTONS-2)].name[0] = 0;
|
||||
}
|
||||
cmenu(205);
|
||||
probey = whichkey;
|
||||
|
|
Loading…
Reference in a new issue