mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
added missing CAP_RACING guards
This commit is contained in:
parent
2ebef9e754
commit
12d28b43f5
@ -871,6 +871,7 @@ EX string get_rich_presence_text() {
|
||||
|
||||
if(princess::challenge) return res + "Princess Challenge";
|
||||
|
||||
#if CAP_RACING
|
||||
if(racing::on) {
|
||||
using namespace racing;
|
||||
res = res + "racing in " + linf[specialland].name;
|
||||
@ -882,6 +883,7 @@ EX string get_rich_presence_text() {
|
||||
|
||||
return res;
|
||||
}
|
||||
#endif
|
||||
|
||||
res += linf[cwt.at->land].name;
|
||||
res += ", " + its(gold()) + " $$$";
|
||||
|
Loading…
Reference in New Issue
Block a user