1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 14:17:10 +00:00

fixed CAP_RAY guards

This commit is contained in:
Zeno Rogue
2020-03-21 19:05:17 +01:00
parent 02112cb636
commit c3fdc34f7c
2 changed files with 3 additions and 1 deletions

View File

@@ -4563,7 +4563,7 @@ EX void drawthemap() {
for(int m=0; m<motypes; m++) if(isPrincess(eMonster(m)))
minf[m].name = princessgender() ? "Princess" : "Prince";
#if MAXMDIM >= 4
#if CAP_RAY
ray::in_use = ray::requested();
#endif
no_wall_rendering = ray::in_use;