summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2011-02-18 05:30:00 +0000
committerJapa2011-02-18 05:30:00 +0000
commit4757c2d4e449be85400fbccc53ec1391c84f8673 (patch)
treee617912c61934017edc9c74d0321f6a240511ad9 /Block.h
parentf67f437e90145b94ebd016c3b4c41f9ee5e7cdc3 (diff)
downloadstonesense-4757c2d4e449be85400fbccc53ec1391c84f8673.tar.gz
stonesense-4757c2d4e449be85400fbccc53ec1391c84f8673.tar.bz2
stonesense-4757c2d4e449be85400fbccc53ec1391c84f8673.tar.xz
Got preliminary grass working.
Diffstat (limited to 'Block.h')
-rw-r--r--Block.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Block.h b/Block.h
index 7aa4480..0cc6a60 100644
--- a/Block.h
+++ b/Block.h
@@ -58,6 +58,13 @@ public:
int snowlevel;
int bloodlevel;
ALLEGRO_COLOR bloodcolor;
+
+ uint8_t grasslevel;
+ uint32_t grassmat;
+
+ //vector<uint8_t> grasslevels;
+ //vector<uint32_t> grassmats;
+
struct BlockEffects //size 40
{
uint16_t count;