mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 11:57:40 +00:00
cont.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user