| 784 | } |
| 785 | |
| 786 | static command_result ResetMapHashes(color_ostream &stream, const EmptyMessage *in) |
| 787 | { |
| 788 | hashes.clear(); |
| 789 | waterHashes.clear(); |
| 790 | buildingHashes.clear(); |
| 791 | spatterHashes.clear(); |
| 792 | itemHashes.clear(); |
| 793 | engravingHashes.clear(); |
| 794 | return CR_OK; |
| 795 | } |
| 796 | |
| 797 | df::matter_state GetState(df::material * mat, uint16_t temp = 10015) |
| 798 | { |