Merge branch 'master' of gitlab.com:gambas/gambas

This commit is contained in:
gambas 2019-05-24 01:59:18 +02:00
commit 58acdfe9a0

View file

@ -76,7 +76,7 @@ Public Sub Enemy_Destroyed()
$aEnemies.Add(hEnemy, iInd + iJ)
iShift += hEnemy.Width
Next
For iInd += iAdd + 1 To $aEnemies.Max
For iInd = iInd + iAdd + 1 To $aEnemies.Max
$aEnemies[iInd].Move(iShift - Last.Width)
Next
_Out: