mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17: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(uni == '1') plain = !plain;
|
||||||
else if(sym == SDLK_F1)
|
else if(sym == SDLK_F1)
|
||||||
gotoHelp(which ? generateHelpForItem(which) : NODESCYET);
|
gotoHelp(which ? generateHelpForItem(which) : XLAT(helptext));
|
||||||
else if(doexiton(sym, uni)) {
|
else if(doexiton(sym, uni)) {
|
||||||
if(mirroring) mirroring = false;
|
if(mirroring) mirroring = false;
|
||||||
popScreen();
|
popScreen();
|
||||||
|
Loading…
Reference in New Issue
Block a user