return on failure to open output plugin

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@74 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-04-26 00:35:05 +00:00
parent 4a72051cf5
commit a82e9af716

View File

@ -118,6 +118,7 @@ int play(char *fn)
if (max_latency < 0) {
close_vgmstream(vgmstream);
vgmstream=NULL;
return 1;
}
/* Set info display */