portal now uses particles as storage, so it keeps everything.

This commit is contained in:
Cracker64
2011-04-25 13:05:35 -04:00
committed by Simon Robertshaw
parent 4c153d2f34
commit 24f5905020
4 changed files with 21 additions and 26 deletions

View File

@@ -777,9 +777,8 @@ static int lolzrule[9][9] =
{0,1,0,0,0,0,0,1,0},
};
#define CHANNELS ((int)(MAX_TEMP-73.15f)/100+2)
int portal[CHANNELS][8][80];
float portaltemp[CHANNELS][8][80];
int portalctype[CHANNELS][8][80];
particle portalp[CHANNELS][8][80];
const particle emptyparticle;
int wireless[CHANNELS][2];
extern int isplayer;