aboutsummaryrefslogtreecommitdiff
path: root/bullets.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bullets.lua')
-rw-r--r--bullets.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bullets.lua b/bullets.lua
index 2884621..715a1ee 100644
--- a/bullets.lua
+++ b/bullets.lua
@@ -5,7 +5,7 @@ function addbullet(x, y, velx, vely, good, sprite)
}
sprite = sprite or 2
- good = good or false
+ --good = good or false
function bullet.draw()
spr(sprite, x, y)