mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 02:34:48 +00:00
Halloween now uses the correct FULLFLOOR
This commit is contained in:
parent
c8bc90ea86
commit
63bed379fa
@ -3852,7 +3852,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
|
|||||||
if(c->land == laZebra) fd++;
|
if(c->land == laZebra) fd++;
|
||||||
if(c->land == laHalloween && !wmblack) {
|
if(c->land == laHalloween && !wmblack) {
|
||||||
transmatrix Vdepth = wmspatial ? mscale(V, geom3::BOTTOM) : V;
|
transmatrix Vdepth = wmspatial ? mscale(V, geom3::BOTTOM) : V;
|
||||||
queuepolyat(Vdepth, shFloor[ct6], darkena(firecolor(ticks / 10), 0, 0xDF),
|
queuepolyat(Vdepth, FULLFLOOR, darkena(firecolor(ticks / 10), 0, 0xDF),
|
||||||
PPR_LAKEBOTTOM);
|
PPR_LAKEBOTTOM);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user