mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-19 23:39:42 +00:00
help:: no ESC
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -144,7 +144,7 @@ EX void buildHelpText() {
|
||||
"monsters come to hunt you, as long as you are in the same land type. The "
|
||||
"Orbs of Yendor are the ultimate treasure; get at least one of them to win the game!"
|
||||
);
|
||||
if(!game_keys_scroll) help += XLAT(" (press ESC for some hints about it).");
|
||||
if(!game_keys_scroll && dialog::display_keys != 3) help += XLAT(" (press ESC for some hints about it).");
|
||||
if(!game_keys_scroll) help += "\n\n";
|
||||
|
||||
if(!shmup::on && !hardcore && !game_keys_scroll)
|
||||
|
||||
Reference in New Issue
Block a user