Commit 2de3e0b7 authored by Peter's avatar Peter

a small bug...

though i know nothing ….
parent 57c1bb43
...@@ -58,7 +58,7 @@ class Scene ...@@ -58,7 +58,7 @@ class Scene
title = OggInfo.new("audio/bgm/#{bgm}").tag["title"] title = OggInfo.new("audio/bgm/#{bgm}").tag["title"]
@bgm_window = Window_BGM.new title if title and !title.empty? @bgm_window = Window_BGM.new title if title and !title.empty?
@@last_bgm = bgm @@last_bgm = bgm
end end rescue nil
end end
def bgm def bgm
"title.ogg" "title.ogg"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment