summaryrefslogtreecommitdiffhomepage
path: root/not/World.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/World.lua')
-rw-r--r--not/World.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/not/World.lua b/not/World.lua
index c6b74a3..3a5b051 100644
--- a/not/World.lua
+++ b/not/World.lua
@@ -337,6 +337,7 @@ function World.beginContact (a, b, coll)
b:getUserData().inAir = false
b:getUserData().jumpCounter = 2
b:getUserData().salto = false
+ b:getUserData().smoke = false
b:getUserData():createEffect("land")
end
local vx, vy = b:getUserData().body:getLinearVelocity()