mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +02:00
Better channel handling
This commit is contained in:
@@ -891,9 +891,9 @@ static int lolzrule[9][9] =
|
||||
{0,1,0,0,0,0,0,1,0},
|
||||
{0,1,0,0,0,0,0,1,0},
|
||||
};
|
||||
int portal[MAX_TEMP/100][8][80];
|
||||
float portaltemp[MAX_TEMP/100][8][80];
|
||||
int wireless[MAX_TEMP/100][2];
|
||||
int portal[(int)(MAX_TEMP-73.15f)/100+2][8][80];
|
||||
float portaltemp[(int)(MAX_TEMP-73.15f)/100+2][8][80];
|
||||
int wireless[(int)(MAX_TEMP-73.15f)/100+2][2];
|
||||
|
||||
extern int isplayer;
|
||||
extern float player[27];
|
||||
|
Reference in New Issue
Block a user