mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixed CAP_RAY guards
This commit is contained in:
parent
02112cb636
commit
c3fdc34f7c
@ -1140,7 +1140,9 @@ void geometry_information::make_floor_textures_here() {
|
|||||||
gv.emplace_back(+1, +1, 1, 1, 1);
|
gv.emplace_back(+1, +1, 1, 1, 1);
|
||||||
gv.emplace_back(-1, +1, 1, 1, 1);
|
gv.emplace_back(-1, +1, 1, 1, 1);
|
||||||
|
|
||||||
|
#if CAP_RAY
|
||||||
dynamicval<bool> riu(ray::in_use, false);
|
dynamicval<bool> riu(ray::in_use, false);
|
||||||
|
#endif
|
||||||
|
|
||||||
if(1) {
|
if(1) {
|
||||||
current_display->next_shader_flags = GF_VARCOLOR;
|
current_display->next_shader_flags = GF_VARCOLOR;
|
||||||
|
@ -4563,7 +4563,7 @@ EX void drawthemap() {
|
|||||||
for(int m=0; m<motypes; m++) if(isPrincess(eMonster(m)))
|
for(int m=0; m<motypes; m++) if(isPrincess(eMonster(m)))
|
||||||
minf[m].name = princessgender() ? "Princess" : "Prince";
|
minf[m].name = princessgender() ? "Princess" : "Prince";
|
||||||
|
|
||||||
#if MAXMDIM >= 4
|
#if CAP_RAY
|
||||||
ray::in_use = ray::requested();
|
ray::in_use = ray::requested();
|
||||||
#endif
|
#endif
|
||||||
no_wall_rendering = ray::in_use;
|
no_wall_rendering = ray::in_use;
|
||||||
|
Loading…
Reference in New Issue
Block a user