diff --git a/genericshmup.p8 b/genericshmup.p8 index f1e01cd..9b40dd8 100644 --- a/genericshmup.p8 +++ b/genericshmup.p8 @@ -75,7 +75,7 @@ function updategame() edeaths = {} for ip, ps in ipairs(pships) do for ie, eb in ipairs(ebullets) do - if collides(hurtobx(ps), hurtbox(eb)) then + if collides(hurtbox(ps), hurtbox(eb)) then if (eb:hitship(ps)) add(edeaths, ie) if ps:hitbullet(eb) then add(pdeaths, ip)