diff options
| author | Simon 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) |
| commit | fd09db2345b21632a658d1e7fad6694578ef8274 (patch) | |
| tree | 91142918a8f1af515d23cf9392183609d8d02407 /src/simulation/Air.h | |
| parent | e68d14a5bf2177495ceb071dfa85d3d2e63b93eb (diff) | |
| download | powder-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.h | 1 |
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); |
