summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa Illo2012-03-26 22:03:09 +0200
committerJapa Illo2012-03-26 22:03:09 +0200
commit4d146bbbba642b08465d8ee275612f29bfbbe7ed (patch)
treeb7721d2d64d338ee5b57be967ade98f0b9740c8c /Block.h
parentdf37cc7e59b3cf5fadfa680a68793b91810a30ff (diff)
downloadstonesense-4d146bbbba642b08465d8ee275612f29bfbbe7ed.tar.gz
stonesense-4d146bbbba642b08465d8ee275612f29bfbbe7ed.tar.bz2
stonesense-4d146bbbba642b08465d8ee275612f29bfbbe7ed.tar.xz
Put in sprites for all the items, also made errors go to the console.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'Block.h')
-rw-r--r--Block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Block.h b/Block.h
index 15ac6eb..a3d8f58 100644
--- a/Block.h
+++ b/Block.h
@@ -16,6 +16,7 @@ struct Effect
struct Worn_Item
{
DFHack::t_matglossPair matt;
+ bool dyed;
int8_t rating;
Worn_Item();
};