Let 'w' allow to look with no extra click

This commit is contained in:
steph-pg
2025-10-15 16:55:54 -03:00
committed by majcosta
parent 1e1eb88864
commit 7499daf06a
+1 -1
View File
@@ -4612,7 +4612,7 @@ void GetKeyboardInput( UINT32 *puiNewEvent )
if ( ( gpItemPointer == NULL ) && if ( ( gpItemPointer == NULL ) &&
( ( gsCurInterfacePanel != SM_PANEL ) || ( ButtonList[ iSMPanelButtons[ LOOK_BUTTON ] ]->uiFlags & BUTTON_ENABLED ) ) ) ( ( gsCurInterfacePanel != SM_PANEL ) || ( ButtonList[ iSMPanelButtons[ LOOK_BUTTON ] ]->uiFlags & BUTTON_ENABLED ) ) )
{ {
*puiNewEvent = LC_CHANGE_TO_LOOK; *puiNewEvent = LC_LOOK;
} }
} }
break; break;