fix DRAY with .tmp = 0 (broken in a115e78952)

This commit is contained in:
jacob1 2015-05-23 12:47:39 -04:00
parent 9fef463c38
commit c9d5841101

View File

@ -60,7 +60,7 @@ int Element_DRAY::update(UPDATE_FUNC_ARGS)
copySpaces = parts[i].tmp2 = 0;
if (copyLength < 0)
copyLength = parts[i].tmp = 0;
else
else if (copyLength > 0)
copySpaces++; //strange hack
if (!parts[i].life) // only fire when life is 0, but nothing sets the life right now
{