summaryrefslogtreecommitdiff
path: root/src/simulation/Air.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-17 16:32:06 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-17 16:32:06 (GMT)
commitfd09db2345b21632a658d1e7fad6694578ef8274 (patch)
tree91142918a8f1af515d23cf9392183609d8d02407 /src/simulation/Air.h
parente68d14a5bf2177495ceb071dfa85d3d2e63b93eb (diff)
downloadpowder-fd09db2345b21632a658d1e7fad6694578ef8274.zip
powder-fd09db2345b21632a658d1e7fad6694578ef8274.tar.gz
TPT: Prevent ambient heat going through walls ccb88b6b3b
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);