mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-21 03:24:05 +00:00
fixed minemark help
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -426,7 +426,7 @@ void addMinefieldExplanation(string& s) {
|
||||
);
|
||||
|
||||
s += "\n\n";
|
||||
#if ISMOBILE==1
|
||||
#if ISMOBILE==0
|
||||
s += XLAT("Known mines may be marked by pressing 'm'. Your allies won't step on marked mines.");
|
||||
#else
|
||||
s += XLAT("Known mines may be marked by touching while in drag mode. Your allies won't step on marked mines.");
|
||||
|
Reference in New Issue
Block a user