diff options
| author | Caldfir | 2012-04-14 23:41:11 -0700 |
|---|---|---|
| committer | Caldfir | 2012-04-14 23:41:11 -0700 |
| commit | 953e8d8cc010e65f45ad6fd7200b07fae9779089 (patch) | |
| tree | 9c2f524ec573f60ebd8da8c8b749aafe465ff1cb /Block.h | |
| parent | bf86bcf659c191cf42e071976186697f86588d52 (diff) | |
| download | stonesense-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.
|
