summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
Diffstat (limited to 'Block.h')
-rw-r--r--Block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Block.h b/Block.h
index a3d8f58..0126796 100644
--- a/Block.h
+++ b/Block.h
@@ -16,7 +16,7 @@ struct Effect
struct Worn_Item
{
DFHack::t_matglossPair matt;
- bool dyed;
+ DFHack::t_matglossPair dyematt;
int8_t rating;
Worn_Item();
};
@@ -148,7 +148,7 @@ public:
{
DFHack::t_matglossPair item;
DFHack::t_matglossPair matt;
- bool dyed;
+ DFHack::t_matglossPair dyematt;
} Item;
//These are actually applied to the creature standing here, but there's only one creature shown, so it's okay.