get_music_loop fix

This commit is contained in:
p.kosyh 2009-11-01 07:32:13 +00:00
parent e4d04b1a6d
commit 0c5c2bd2fd

View file

@ -2002,6 +2002,9 @@ function get_music()
end
function get_music_loop()
if game._music_loop == nil then
return -1; -- no counter, but we want get it
end
return game._music_loop;
end