summaryrefslogtreecommitdiff
path: root/src/air.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/air.c')
-rw-r--r--src/air.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/air.c b/src/air.c
index 63eaa49..f17f9c9 100644
--- a/src/air.c
+++ b/src/air.c
@@ -7,6 +7,7 @@ float kernel[9];
float gravmap[YRES/CELL][XRES/CELL]; //Maps to be used by the main thread
float gravx[YRES/CELL][XRES/CELL];
float gravy[YRES/CELL][XRES/CELL];
+unsigned gravmask[YRES/CELL][XRES/CELL];
float th_ogravmap[YRES/CELL][XRES/CELL]; // Maps to be processed by the gravity thread
float th_gravmap[YRES/CELL][XRES/CELL];