From 7499daf06a8dde04d9a018c0327de02f6e350f29 Mon Sep 17 00:00:00 2001 From: steph-pg Date: Tue, 14 Oct 2025 19:37:02 +0100 Subject: [PATCH] Let 'w' allow to look with no extra click --- Tactical/Turn Based Input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tactical/Turn Based Input.cpp b/Tactical/Turn Based Input.cpp index 01bdaeaa..31d3e62a 100644 --- a/Tactical/Turn Based Input.cpp +++ b/Tactical/Turn Based Input.cpp @@ -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;