summaryrefslogtreecommitdiff
path: root/src/elements/thrm.c
diff options
context:
space:
mode:
authorjacksonmj <jacksonmj@jacksonmj.none>2011-01-15 18:37:27 (GMT)
committer jacksonmj <jacksonmj@jacksonmj.none>2011-01-15 20:21:22 (GMT)
commitc5670d39c1e37c95d2faab64467a77738717f1cf (patch)
tree69ce20667143920ef2e4bda1525a004c70e2423e /src/elements/thrm.c
parentde58e9a2e70d545339cccf86512269bd6e9a0335 (diff)
downloadpowder-c5670d39c1e37c95d2faab64467a77738717f1cf.zip
powder-c5670d39c1e37c95d2faab64467a77738717f1cf.tar.gz
Misc small fixes and tidyup
Diffstat (limited to 'src/elements/thrm.c')
-rw-r--r--src/elements/thrm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/elements/thrm.c b/src/elements/thrm.c
index 41ecf94..3529c2e 100644
--- a/src/elements/thrm.c
+++ b/src/elements/thrm.c
@@ -24,8 +24,6 @@ int update_THRM(UPDATE_FUNC_ARGS) {
parts[i].tmp = 20;
}
}
- //if(t==PT_SNOW && (r&0xFF)==PT_WATR && 15>(rand()%1000))
- //t = parts[i].type = PT_WATR;
}
return 0;
}