1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 19:18:05 +00:00

commited changes from 9.4i and some extra

This commit is contained in:
Zeno Rogue
2017-05-27 21:40:40 +02:00
parent ed9f54deb7
commit 1c99cd647e
23 changed files with 3899 additions and 2710 deletions

View File

@@ -690,7 +690,7 @@ void handleKey(int sym, int uni) {
if(texturesize == 8192) texturesize = 128;
dialog::scaleLog();
}
else if(uni || sym == SDLK_F10)
else if(doexiton(sym, uni))
cmode = emChangeMode;
}