1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 19:53:00 +00:00

fixed missing CAP_RACING guards

This commit is contained in:
Zeno Rogue
2019-01-24 14:50:36 +01:00
parent 3e4fd1d1b8
commit 3a8a5a6150
4 changed files with 10 additions and 6 deletions

View File

@@ -931,8 +931,10 @@ bool drawMonsterType(eMonster m, cell *where, const transmatrix& V, color_t col,
if(peace::on) ;
else if(racing::on) {
#if CAP_RACING
if(racing::trophy[multi::cpid])
queuepoly(VWPN, shTrophy, racing::trophy[multi::cpid]);
#endif
}
else if(items[itOrbThorns])
queuepoly(VWPN, shHedgehogBladePlayer, items[itOrbDiscord] ? watercolor(0) : 0x00FF00FF);