mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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