From e4d04b1a6dd40a7a0e3f7e9a0c9f088078b15d8a Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Sun, 1 Nov 2009 07:06:14 +0000 Subject: [PATCH] stop_music added --- stead/stead.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stead/stead.lua b/stead/stead.lua index 14a73b6..69beebd 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -2034,6 +2034,10 @@ function set_music(s, count) end end +function stop_music() + set_music(nil, -1); +end + function get_sound() return game._sound; end