1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

fixed the 3D effect on graves

This commit is contained in:
Zeno Rogue 2018-02-10 15:18:03 +01:00
parent bc81663da7
commit e16320278e

View File

@ -4465,11 +4465,6 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
if(isCentralTrap(c)) arrowtraps.push_back(c);
break;
case waFreshGrave: case waAncientGrave:
zcol = wcol;
queuepoly(V, shCross, darkena(wcol, 0, 0xFF));
break;
case waGiantRug:
queuepoly(V, shBigCarpet1, darkena(0xC09F00, 0, 0xFF));
queuepoly(V, shBigCarpet2, darkena(0x600000, 0, 0xFF));