fix DRAY with .tmp = 0 (broken in a115e78952
)
This commit is contained in:
parent
9fef463c38
commit
c9d5841101
@ -60,7 +60,7 @@ int Element_DRAY::update(UPDATE_FUNC_ARGS)
|
|||||||
copySpaces = parts[i].tmp2 = 0;
|
copySpaces = parts[i].tmp2 = 0;
|
||||||
if (copyLength < 0)
|
if (copyLength < 0)
|
||||||
copyLength = parts[i].tmp = 0;
|
copyLength = parts[i].tmp = 0;
|
||||||
else
|
else if (copyLength > 0)
|
||||||
copySpaces++; //strange hack
|
copySpaces++; //strange hack
|
||||||
if (!parts[i].life) // only fire when life is 0, but nothing sets the life right now
|
if (!parts[i].life) // only fire when life is 0, but nothing sets the life right now
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user