1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

fixed the Hive pattern

This commit is contained in:
Zeno Rogue 2018-05-09 21:39:37 +02:00
parent d2814d0f6d
commit cf003afe17

View File

@ -4097,9 +4097,9 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
fd = 1;
set_floor(shFloor);
if(c->wall != waMirror && c->wall != waCloud)
draw_floorshape(c, V, shMFloor, darkena(fcol, 2, 0xFF));
draw_floorshape(c, V, shMFloor, darkena(fcol, 2, 0xFF), PPR_FLOORa);
if(c->wall != waMirror && c->wall != waCloud)
draw_floorshape(c, V, shMFloor2, darkena(fcol, fcol==wcol ? 1 : 2, 0xFF));
draw_floorshape(c, V, shMFloor2, darkena(fcol, fcol==wcol ? 1 : 2, 0xFF), PPR_FLOORb);
}
else
set_floor(shFloor);