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;