tile is missing a roof
| 242 | |
| 243 | // tile is missing a roof |
| 244 | inline |
| 245 | bool HighPassable(df::tiletype tiletype) |
| 246 | { |
| 247 | return ENUM_ATTR(tiletype_shape, passable_high, tileShape(tiletype)); |
| 248 | } |
| 249 | |
| 250 | inline |
| 251 | bool FlowPassable(df::tiletype tiletype) |
no test coverage detected