Skip to content

Commit

Permalink
Update src/input.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
katemonster33 and github-actions[bot] authored May 18, 2023
1 parent 148c64d commit 9a281d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ action_id input_context::display_menu( const bool permit_execute_action )
std::vector<std::string> org_registered_actions( registered_actions );
org_registered_actions.erase( std::remove_if( org_registered_actions.begin(),
org_registered_actions.end(),
[]( const std::string &a ) {
[]( const std::string & a ) {
return a == ANY_INPUT || a == COORDINATE;
} ), org_registered_actions.end() );

Expand Down

0 comments on commit 9a281d3

Please sign in to comment.