Skip unused particles at end of parts[]

This commit is contained in:
jacksonmj
2011-08-10 05:59:04 +08:00
committed by Simon Robertshaw
parent 61bbc36cfa
commit 1713604233
4 changed files with 19 additions and 9 deletions

View File

@@ -948,6 +948,7 @@ extern int airMode;
extern particle *parts;
extern particle *cb_parts;
extern int parts_lastActiveIndex;
extern unsigned char bmap[YRES/CELL][XRES/CELL];
extern unsigned char emap[YRES/CELL][XRES/CELL];