mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed the bug where clicking Return in OSM executed SlashingH
This commit is contained in:
parent
b71add5f34
commit
45d267c046
@ -359,7 +359,7 @@ namespace inv {
|
||||
}
|
||||
|
||||
map<char, eItem> orbmap;
|
||||
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm0123456789";
|
||||
string orbkeys = "zfwplSetsTaMIYgCcPOWAFydLGRUkouE.,bVNxDjJZnrvhBm123456789";
|
||||
|
||||
typedef pair<int, int> pxy;
|
||||
vector<pxy> orbcoord;
|
||||
|
Loading…
Reference in New Issue
Block a user