summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 86b0967..f86f6c1 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -836,7 +836,7 @@ static wall_type wtypes[] =
{PIXPACK(0xFFEE00), PIXPACK(0xAA9900), 4, "Gravity wall"},
};
-#define CHANNELS ((int)(MAX_TEMP-73.15f)/100+2)
+#define CHANNELS ((int)(MAX_TEMP-73)/100+2)
particle portalp[CHANNELS][8][80];
const particle emptyparticle;
int wireless[CHANNELS][2];