mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Let 'w' allow to look with no extra click
This commit is contained in:
@@ -4612,7 +4612,7 @@ void GetKeyboardInput( UINT32 *puiNewEvent )
|
||||
if ( ( gpItemPointer == NULL ) &&
|
||||
( ( gsCurInterfacePanel != SM_PANEL ) || ( ButtonList[ iSMPanelButtons[ LOOK_BUTTON ] ]->uiFlags & BUTTON_ENABLED ) ) )
|
||||
{
|
||||
*puiNewEvent = LC_CHANGE_TO_LOOK;
|
||||
*puiNewEvent = LC_LOOK;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user