This commit is contained in:
Zeno Rogue 2019-10-06 15:02:47 +02:00
parent 216adba04c
commit 5664e51bde
1 changed files with 1 additions and 0 deletions

View File

@ -6117,6 +6117,7 @@ EX void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
else
queuepoly(V, cgi.shPlainWall3D[ofs + a], darkena(wcol2 - d * get_darkval(c, a), 0, 0xFF));
}
}
}
else {
for(int a=0; a<c->type; a++) if(c->move(a)) {