summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-29 18:00:30 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-29 18:00:30 (GMT)
commit0a2cf1b1c812f19f6c172bba1e048e2384e03c44 (patch)
tree1849dbcd101c72e66ec4ae535f65372fb1d0dfdc /src/elements
parent22acb277c0d8e33c26439d66c07990fc5fd8ba02 (diff)
downloadpowder-0a2cf1b1c812f19f6c172bba1e048e2384e03c44.zip
powder-0a2cf1b1c812f19f6c172bba1e048e2384e03c44.tar.gz
Stop printing crap from BRMT function
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/brmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/elements/brmt.c b/src/elements/brmt.c
index ca785c8..1d39424 100644
--- a/src/elements/brmt.c
+++ b/src/elements/brmt.c
@@ -4,7 +4,6 @@ int update_BRMT(UPDATE_FUNC_ARGS) {
int r, rx, ry, rt, tempFactor;
if (parts[i].temp > (250.0f+273.15f))
{
- printf("%f\n", (250.0f+273.15f)-parts[i].temp);
for (rx=-1; rx<2; rx++)
for (ry=-1; ry<2; ry++)
if (x+rx>=0 && y+ry>0 && x+rx<XRES && y+ry<YRES && (rx || ry))