From bb87299eb425802416ebe9b4a4e040153bec08fa Mon Sep 17 00:00:00 2001 From: cracker64 Date: Sat, 2 Mar 2013 20:07:17 -0500 Subject: Missed one SPRK case. diff --git a/src/simulation/elements/SPRK.cpp b/src/simulation/elements/SPRK.cpp index 9e42025..3520b96 100644 --- a/src/simulation/elements/SPRK.cpp +++ b/src/simulation/elements/SPRK.cpp @@ -267,6 +267,10 @@ int Element_SPRK::update(UPDATE_FUNC_ARGS) if (rt==PT_PSCN || (rt==PT_NSCN && parts[i].temp<373.0f)) goto conduct; continue; + case PT_INWR: + if (rt==PT_NSCN || rt==PT_PSCN) + goto conduct; + continue; } switch (rt) { -- cgit v0.9.2-21-gd62e