fixed offset/length to use buffer properties

keep reference to buffers until free'd
added FMUSIC_LoadSongEx test
This commit is contained in:
Brian Matzon 2006-06-23 08:14:49 +00:00
parent 20663ff01b
commit d20c118cd6
11 changed files with 232 additions and 39 deletions

View file

@ -53,7 +53,7 @@ public class MusicPlayer {
System.out.println("Usage:\n MusicPlayer <file>");
// default to Missing_you.mod
args = new String[] { "res\\Missing_you.mod"};
args = new String[] { "res" + File.separator + "Missing_you.mod"};
System.out.println("Using default: " + args[0]);
}