aboutsummaryrefslogtreecommitdiff
path: root/waves.lua
diff options
context:
space:
mode:
Diffstat (limited to 'waves.lua')
-rw-r--r--waves.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/waves.lua b/waves.lua
index 4e2487c..aff66e2 100644
--- a/waves.lua
+++ b/waves.lua
@@ -309,7 +309,7 @@ function updatewaves()
end
if wave[currentwave].conditions() then
if wave[currentwave+1].song and currentwave ~= 19 then --dont want the final wave to play the next song for dramatic effect
- playsong(wave[currentwave+1].song, wave[currentwave+1].fade or 0)
+ playsong(wave[currentwave+1].song)
end
delaytimer += ft
if delaytimer > wave[currentwave+1].delay then