summaryrefslogtreecommitdiff
path: root/Block.cpp
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.cpp
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.cpp')
-rw-r--r--Block.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Block.cpp b/Block.cpp
index 4327792..dd1f2b7 100644
--- a/Block.cpp
+++ b/Block.cpp
@@ -37,6 +37,7 @@ Worn_Item::Worn_Item()
{
matt.index = -1;
matt.type = -1;
+ dyed = 0;
}
Block::Block(WorldSegment* ownerSegment)