| 267 | } |
| 268 | |
| 269 | bool empty() |
| 270 | { |
| 271 | return shape == -1 && material == -1 && special == -1 && variant == -1 |
| 272 | && dig == -1 && hidden == -1 && light == -1 && subterranean == -1 |
| 273 | && skyview == -1 && aquifer == -1 && autocorrect == 0 |
| 274 | && stone_material == -1; |
| 275 | } |
| 276 | |
| 277 | inline bool matches(const df::tiletype source, |
| 278 | const df::tile_designation des, |
no outgoing calls