summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2010-05-04 10:54:06 +0000
committerJapa2010-05-04 10:54:06 +0000
commit4a51199a91b37a97edca760ffa22629499fd8d83 (patch)
treea84f3f5d37263034d38b347ed5d48a28319c6497 /Block.h
parent6f188cc32530c8a422f1223741acb81ae7535c4d (diff)
downloadstonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.gz
stonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.bz2
stonesense-4a51199a91b37a97edca760ffa22629499fd8d83.tar.xz
updated to the latest DFhack, added the functionality to have seperate sprites for blocks, boulders, etc.
Diffstat (limited to 'Block.h')
-rw-r--r--Block.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Block.h b/Block.h
index afe2fca..ebd7ae7 100644
--- a/Block.h
+++ b/Block.h
@@ -80,6 +80,8 @@ public:
uint16_t temp1;
uint16_t temp2;
+ uint16_t consForm;
+
private:
};