mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-09 11:52:23 +00:00
fixed the bug where clicking Return in OSM executed SlashingH
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user