summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcracker64 <cracker642@gmail.com>2013-03-03 01:07:17 (GMT)
committer cracker64 <cracker642@gmail.com>2013-03-03 01:07:17 (GMT)
commitbb87299eb425802416ebe9b4a4e040153bec08fa (patch)
tree5cf14a11af40265a16766cbf1db690fd2c08f4cc /src
parent846d7d8064cf84c6b4e55a8a0417e7e605e0d144 (diff)
downloadpowder-bb87299eb425802416ebe9b4a4e040153bec08fa.zip
powder-bb87299eb425802416ebe9b4a4e040153bec08fa.tar.gz
Missed one SPRK case.
Diffstat (limited to 'src')
-rw-r--r--src/simulation/elements/SPRK.cpp4
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)
{