crystal:: ignore invisible floors in rug

This commit is contained in:
Zeno Rogue 2019-01-28 21:40:41 +01:00
parent d3a3d4df5e
commit be1e300d8d
1 changed files with 1 additions and 0 deletions

View File

@ -897,6 +897,7 @@ void build_rugdata() {
for(const auto& gp: gmatrix) {
cell *c = gp.first;
if(c->wall == waInvisibleFloor) continue;
const transmatrix& V = gp.second;
rugpoint *v = addRugpoint(tC0(V), 0);