Gravity zoning

This commit is contained in:
Simon Robertshaw
2011-06-09 22:35:00 +01:00
parent 1effdb052a
commit 1f7106acb1
9 changed files with 198 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
extern float gravmap[YRES/CELL][XRES/CELL]; //Maps to be used by the main thread
extern float gravx[YRES/CELL][XRES/CELL];
extern float gravy[YRES/CELL][XRES/CELL];
extern unsigned gravmask[YRES/CELL][XRES/CELL];
extern float th_ogravmap[YRES/CELL][XRES/CELL]; // Maps to be processed by the gravity thread
extern float th_gravmap[YRES/CELL][XRES/CELL];