From a9f4b5fe343fb0ada8934030abe6363695ea43dc Mon Sep 17 00:00:00 2001 From: cracker64 Date: Fri, 1 Mar 2013 00:55:10 -0500 Subject: [PATCH] Quick fix for IRON --- src/simulation/elements/IRON.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simulation/elements/IRON.cpp b/src/simulation/elements/IRON.cpp index 9614cd78e..6551c2fd4 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;