mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 03:07:56 +00:00
click the wind icon to go; clicking the Inventory and Wind icons work in Android
This commit is contained in:
@@ -110,7 +110,9 @@ int main(int argc, char **argv) {
|
||||
|
||||
int mx = 0; int my = 0; bool _clicked = false;
|
||||
|
||||
inv::on = true;
|
||||
firstland = laMinefield;
|
||||
activateSafety(laWhirlwind);
|
||||
|
||||
items[itGreenStone] = 100;
|
||||
items[itDiamond] = 50;
|
||||
|
Reference in New Issue
Block a user