mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 11:08:05 +00:00
further cleanup
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -280,7 +280,7 @@ string forbidden_unmarked() {
|
||||
return XLAT("When the 'mark heptagons' option (hotkey '7') is on, moves between unmarked cells are forbidden.");
|
||||
}
|
||||
|
||||
string generateHelpForItem(eItem it) {
|
||||
EX string generateHelpForItem(eItem it) {
|
||||
|
||||
string help = helptitle(XLATN(iinf[it].name), iinf[it].color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user