mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
portal now uses particles as storage, so it keeps everything.
This commit is contained in:
committed by
Simon Robertshaw
parent
4c153d2f34
commit
24f5905020
@@ -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;
|
||||
|
Reference in New Issue
Block a user