Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cca1898ee8
@ -267,6 +267,10 @@ int Element_SPRK::update(UPDATE_FUNC_ARGS)
|
|||||||
if (rt==PT_PSCN || (rt==PT_NSCN && parts[i].temp<373.0f))
|
if (rt==PT_PSCN || (rt==PT_NSCN && parts[i].temp<373.0f))
|
||||||
goto conduct;
|
goto conduct;
|
||||||
continue;
|
continue;
|
||||||
|
case PT_INWR:
|
||||||
|
if (rt==PT_NSCN || rt==PT_PSCN)
|
||||||
|
goto conduct;
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
switch (rt)
|
switch (rt)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user