mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
remove debug line
This commit is contained in:
parent
37a310a568
commit
4736cdcc53
1 changed files with 0 additions and 2 deletions
|
@ -575,8 +575,6 @@ int CL_DLLEXPORT HUD_Key_Event( int down, int keynum, const char *pszCurrentBind
|
||||||
// Also note that g_iVguiSideMouseRelease is set in inputw32, because for some reason side mouse button releases in VGUI mode don't get sent here.
|
// Also note that g_iVguiSideMouseRelease is set in inputw32, because for some reason side mouse button releases in VGUI mode don't get sent here.
|
||||||
if (g_iVisibleMouse && (keynum >= K_MOUSE1 && keynum <= K_MOUSE5))
|
if (g_iVisibleMouse && (keynum >= K_MOUSE1 && keynum <= K_MOUSE5))
|
||||||
{
|
{
|
||||||
//gEngfuncs.Con_Printf("mouse event keynum:%d down:%d\n", keynum, down);
|
|
||||||
|
|
||||||
switch (keynum)
|
switch (keynum)
|
||||||
{
|
{
|
||||||
case K_MOUSE1:
|
case K_MOUSE1:
|
||||||
|
|
Loading…
Reference in a new issue