mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@829 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
515bed39c8
commit
9091b75be1
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ static int osdcmd_unbind(const osdfuncparm_t *parm)
|
|||
return OSDCMD_SHOWHELP;
|
||||
mousebind[i].repeat = 0;
|
||||
mousebind[i].name[0] = 0;
|
||||
OSD_Printf("unbound %s\n",mousebind[i].name);
|
||||
OSD_Printf("unbound %s\n",mousenames[i]);
|
||||
return OSDCMD_OK;
|
||||
}
|
||||
boundkeys[keynames[i].id].repeat = 0;
|
||||
|
|
Loading…
Reference in a new issue