summaryrefslogtreecommitdiff
path: root/src/simulation/Air.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/Air.h')
-rw-r--r--src/simulation/Air.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Air.h b/src/simulation/Air.h
index 8e4dc25..2cd93b2 100644
--- a/src/simulation/Air.h
+++ b/src/simulation/Air.h
@@ -23,6 +23,7 @@ public:
float hv[YRES/CELL][XRES/CELL];
float ohv[YRES/CELL][XRES/CELL]; // Ambient Heat
unsigned char bmap_blockair[YRES/CELL][XRES/CELL];
+ unsigned char bmap_blockairh[YRES/CELL][XRES/CELL];
float kernel[9];
void make_kernel(void);
void update_airh(void);