summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorCaldfir2012-04-14 23:41:11 -0700
committerCaldfir2012-04-14 23:41:11 -0700
commit953e8d8cc010e65f45ad6fd7200b07fae9779089 (patch)
tree9c2f524ec573f60ebd8da8c8b749aafe465ff1cb /Block.h
parentbf86bcf659c191cf42e071976186697f86588d52 (diff)
downloadstonesense-953e8d8cc010e65f45ad6fd7200b07fae9779089.tar.gz
stonesense-953e8d8cc010e65f45ad6fd7200b07fae9779089.tar.bz2
stonesense-953e8d8cc010e65f45ad6fd7200b07fae9779089.tar.xz
Attempt at getting dye blending to work.
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.