summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/gravity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gravity.h b/includes/gravity.h
index 986aefc..9168b9d 100644
--- a/includes/gravity.h
+++ b/includes/gravity.h
@@ -11,7 +11,7 @@ extern float gravmap[YRES/CELL][XRES/CELL]; //Maps to be used by the main thread
extern float *gravpf;
extern float *gravxf;
extern float *gravyf;
-extern unsigned gravmask[YRES/CELL][XRES/CELL];
+extern unsigned *gravmaskf;
extern float th_ogravmap[YRES/CELL][XRES/CELL]; // Maps to be processed by the gravity thread
extern float th_gravmap[YRES/CELL][XRES/CELL];