aboutsummaryrefslogtreecommitdiff
path: root/virus2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'virus2.lua')
-rw-r--r--virus2.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/virus2.lua b/virus2.lua
index a2a9c6f..d8afeea 100644
--- a/virus2.lua
+++ b/virus2.lua
@@ -43,6 +43,7 @@ function drawPopup(id)
love.graphics.setCanvas()
end
function addPopup(rand, x, y, w, h, ad, dup, m)
+ notification.sound3:play()
if rand == true then
table.insert(v2.pop.p, 1, {
w = math.random(300,800),