mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
cont.
This commit is contained in:
parent
646dda0bd2
commit
df26b53d8e
@ -603,7 +603,7 @@ namespace inv {
|
||||
|
||||
else if(uni == '1') plain = !plain;
|
||||
else if(sym == SDLK_F1)
|
||||
gotoHelp(which ? generateHelpForItem(which) : NODESCYET);
|
||||
gotoHelp(which ? generateHelpForItem(which) : XLAT(helptext));
|
||||
else if(doexiton(sym, uni)) {
|
||||
if(mirroring) mirroring = false;
|
||||
popScreen();
|
||||
|
Loading…
Reference in New Issue
Block a user