Fix grav wall

This commit is contained in:
jacksonmj
2011-12-11 00:30:26 +08:00
committed by Simon Robertshaw
parent c819e2655e
commit 2015499ff1
4 changed files with 19 additions and 11 deletions

View File

@@ -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];