summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcracker64 <cracker642@gmail.com>2013-03-01 05:55:10 (GMT)
committer cracker64 <cracker642@gmail.com>2013-03-01 05:55:10 (GMT)
commita9f4b5fe343fb0ada8934030abe6363695ea43dc (patch)
treeefa6da72d739a5f2f901ddb9b80abb0c32a51217 /src
parent0d70547cf059b5bd0a7a4a0acd9251fb94c6115e (diff)
downloadpowder-a9f4b5fe343fb0ada8934030abe6363695ea43dc.zip
powder-a9f4b5fe343fb0ada8934030abe6363695ea43dc.tar.gz
Quick fix for IRON
Diffstat (limited to 'src')
-rw-r--r--src/simulation/elements/IRON.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/elements/IRON.cpp b/src/simulation/elements/IRON.cpp
index 9614cd7..6551c2f 100644
--- a/src/simulation/elements/IRON.cpp
+++ b/src/simulation/elements/IRON.cpp
@@ -79,6 +79,7 @@ int Element_IRON::update(UPDATE_FUNC_ARGS)
break;
}
}
+ return 0;
succ:
sim->part_change_type(i,x,y,PT_BMTL);
parts[i].tmp=(rand()%10)+20;