summaryrefslogtreecommitdiff
path: root/src/elements/ice.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-30 17:57:49 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-30 17:57:49 (GMT)
commitb7a004986f70986aa9cd314d754deddff6b031f0 (patch)
tree8f9329a74cfd1d2718de4e4a8bef62d7313d96ea /src/elements/ice.c
parent3863a7587734be5a010327d869838daf5790d84a (diff)
downloadpowder-b7a004986f70986aa9cd314d754deddff6b031f0.zip
powder-b7a004986f70986aa9cd314d754deddff6b031f0.tar.gz
A cracker commit with some nice comments
Diffstat (limited to 'src/elements/ice.c')
-rw-r--r--src/elements/ice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/ice.c b/src/elements/ice.c
index 5b792ce..96bb22b 100644
--- a/src/elements/ice.c
+++ b/src/elements/ice.c
@@ -2,7 +2,7 @@
int update_ICEI(UPDATE_FUNC_ARGS) { //currently used for snow as well
int r, rx, ry;
- if (parts[i].ctype==PT_FRZW)
+ if (parts[i].ctype==PT_FRZW)//get colder if it is from FRZW
{
parts[i].temp = restrict_flt(parts[i].temp-1.0f, MIN_TEMP, MAX_TEMP);
}