summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2010-04-23 07:21:07 +0000
committerJapa2010-04-23 07:21:07 +0000
commitd3d7c87b579fd7327a948690b45182b234af5757 (patch)
tree3502f3143974de82bc35f73ff8aa4439cdbfe707 /Block.h
parent887f9aa0ea41bd33aad6e042c524f4b3d9bb45a3 (diff)
downloadstonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.gz
stonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.bz2
stonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.xz
changed some constructions to make them more uniform
updated levers fixed the keyboard input. updated to the latest DFhack, added temperature viewing.
Diffstat (limited to 'Block.h')
-rw-r--r--Block.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Block.h b/Block.h
index 45df7ed..afe2fca 100644
--- a/Block.h
+++ b/Block.h
@@ -34,11 +34,12 @@ public:
t_matglossPair water;
t_designation designation;
t_occupancy occ;
- vector<t_spattervein> splatter;
t_creature* creature;
//bool mirroredBuilding;
t_matglossPair tree;
+ int mudlevel;
+ int snowlevel;
struct BlockEffects //size 40
{
uint16_t count;
@@ -76,6 +77,9 @@ public:
void Drawcreaturetext();
void DrawRamptops();
+ uint16_t temp1;
+ uint16_t temp2;
+
private:
};