mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 02:58:05 +00:00
CAP_TRANS guards added
This commit is contained in:
@@ -112,9 +112,11 @@ string choose4(int g, string a, string b, string c, string d) {
|
|||||||
|
|
||||||
set<string> warnshown;
|
set<string> warnshown;
|
||||||
|
|
||||||
|
#if CAP_TRANS
|
||||||
EX bool translation_exists(const string& x) {
|
EX bool translation_exists(const string& x) {
|
||||||
return findInHashTable(x, all_sentences);
|
return findInHashTable(x, all_sentences);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void basicrep(string& x) {
|
void basicrep(string& x) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user