mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 06:50:20 +01:00
EA SBK: Remove unnecessary comment
This commit is contained in:
parent
627b397daa
commit
e699c53cf3
@ -34,7 +34,7 @@ VGMSTREAM* init_vgmstream_ea_sbk(STREAMFILE* sf) {
|
||||
is_id32be(chunk_offset, sf, "BNKb")) {
|
||||
/* The Godfather */
|
||||
|
||||
vgmstream = load_vgmstream_ea_bnk(sf, chunk_offset, target_stream, 0); /* unsure about is_embedded */
|
||||
vgmstream = load_vgmstream_ea_bnk(sf, chunk_offset, target_stream, 0);
|
||||
if (!vgmstream) goto fail;
|
||||
|
||||
vgmstream->meta_type = meta_EA_SBK;
|
||||
|
Loading…
Reference in New Issue
Block a user