1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-27 11:01:23 +00:00

Home no longer recenters

This commit is contained in:
Zeno Rogue
2020-04-19 15:30:45 +02:00
parent c3ecb9bdc5
commit 730be4b36a
7 changed files with 12 additions and 12 deletions

View File

@@ -483,7 +483,7 @@ EX void handleKeyNormal(int sym, int uni) {
pushScreen(inv::show);
#endif
if(((sym == SDLK_HOME && GDIM == 2 && !rug::rugged) || sym == SDLK_F3 || sym == ' ') && DEFAULTNOR(sym)) {
if((sym == SDLK_F3 || sym == ' ') && DEFAULTNOR(sym)) {
if(rug::rug_control())
rug::reset_view();
else