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