Skip to content

Commit

Permalink
Make DEFAULT_HOTKEYS longer (#1460)
Browse files Browse the repository at this point in the history
* Make DEFAULT_HOTKEYS longer

* Ignore cataclysm-tiles.exe.manifest created by the new msvc build

* Astyle!
  • Loading branch information
SaintCirno9 authored Apr 19, 2022
1 parent 6e015ca commit b53e832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cata_test
cata_test-tiles
cataclysm
cataclysm-tiles
cataclysm-tiles.exe.manifest
cataclysm-vcpkg
cataclysmdda-*
chkjson*
Expand Down
3 changes: 2 additions & 1 deletion src/player.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ struct requirement_data;
enum class recipe_filter_flags : int;
struct itype;

static const std::string DEFAULT_HOTKEYS( "1234567890abcdefghijklmnopqrstuvwxyz" );
static const std::string
DEFAULT_HOTKEYS( "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" );

class recipe_subset;

Expand Down

0 comments on commit b53e832

Please sign in to comment.