Merge branch 'master' of gitlab.com:gambas/gambas
This commit is contained in:
commit
58acdfe9a0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue