1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-26 06:29:43 +00:00

Android fixes

This commit is contained in:
Zeno Rogue
2017-03-23 14:09:36 +01:00
parent 29719a76e6
commit 2bbb917153
14 changed files with 22 additions and 14 deletions

View File

@@ -8306,7 +8306,9 @@ void handlekey(int sym, int uni, extra& ev) {
else if(cmode == emOverview) handleOverview(sym, uni);
else if(cmode == emPickEuclidean) handleEuclidean(sym, uni);
#ifdef MOBILE
#ifdef HAVE_ACHIEVEMENTS
else if(cmode == emLeader) leader::handleKey(sym, uni);
#endif
#endif
else if(cmode == emColor) dialog::handleColor(sym, uni);
else if(cmode == emNumber) dialog::handleNumber(sym, uni);