diff options
| author | Japa | 2010-04-23 07:21:07 +0000 |
|---|---|---|
| committer | Japa | 2010-04-23 07:21:07 +0000 |
| commit | d3d7c87b579fd7327a948690b45182b234af5757 (patch) | |
| tree | 3502f3143974de82bc35f73ff8aa4439cdbfe707 /Block.h | |
| parent | 887f9aa0ea41bd33aad6e042c524f4b3d9bb45a3 (diff) | |
| download | stonesense-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.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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:
};
|
