summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2011-04-25 17:05:35 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-04-25 18:00:27 (GMT)
commit24f59050204017c641749c59a69e40d53074c028 (patch)
tree230f97023a3d8afb21f91e853db28c239b89c59a /includes
parent4c153d2f34b0228e398ef3d1d935004dba6a9318 (diff)
downloadpowder-24f59050204017c641749c59a69e40d53074c028.zip
powder-24f59050204017c641749c59a69e40d53074c028.tar.gz
portal now uses particles as storage, so it keeps everything.
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;