1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

fixed the bug where clicking Return in OSM executed SlashingH

This commit is contained in:
Zeno Rogue 2017-12-21 15:18:10 +01:00
parent b71add5f34
commit 45d267c046

View File

@ -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;