diff options
| author | cracker64 <cracker642@gmail.com> | 2013-03-03 01:07:17 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2013-03-03 01:07:17 (GMT) |
| commit | bb87299eb425802416ebe9b4a4e040153bec08fa (patch) | |
| tree | 5cf14a11af40265a16766cbf1db690fd2c08f4cc /src/simulation/elements/SPRK.cpp | |
| parent | 846d7d8064cf84c6b4e55a8a0417e7e605e0d144 (diff) | |
| download | powder-bb87299eb425802416ebe9b4a4e040153bec08fa.zip powder-bb87299eb425802416ebe9b4a4e040153bec08fa.tar.gz | |
Missed one SPRK case.
Diffstat (limited to 'src/simulation/elements/SPRK.cpp')
| -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) { |
