tile is missing a floor
| 235 | |
| 236 | // tile is missing a floor |
| 237 | inline |
| 238 | bool LowPassable(df::tiletype tiletype) |
| 239 | { |
| 240 | return ENUM_ATTR(tiletype_shape, passable_low, tileShape(tiletype)); |
| 241 | } |
| 242 | |
| 243 | // tile is missing a roof |
| 244 | inline |
no test coverage detected