1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00

work in progress for 10.0

This commit is contained in:
Zeno Rogue
2017-07-04 15:38:33 +02:00
parent 13043dc417
commit 22c9217219
34 changed files with 2051 additions and 1290 deletions

View File

@@ -213,7 +213,7 @@ int main(int argc, char **argv) {
items[itGreenStone] = 100;
}
action = sym; */
extra ex;
eventtype ex;
mousing = false;
handlekey(sym, sym, ex);
}