summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 3de04fe..eda3911 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -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;