diff options
Diffstat (limited to 'src/simulation/elements')
| -rw-r--r-- | src/simulation/elements/SPRK.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) { |
