mirror of
https://github.com/chocolate-doom/research.git
synced 2024-11-10 07:11:34 +00:00
Oops.
Subversion-branch: /research Subversion-revision: 1676
This commit is contained in:
parent
9d4ebed414
commit
2241c5c3af
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ end
|
|||
def read_instruments(filename)
|
||||
instruments = []
|
||||
|
||||
File.open("genmidi1.lmp") do |file|
|
||||
File.open(filename) do |file|
|
||||
header = file.read(8)
|
||||
|
||||
if header != "#OPL_II#"
|
||||
|
|
Loading…
Reference in a new issue