mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-14 10:37:38 +01:00
minor comment addition
This commit is contained in:
parent
95adca72cb
commit
8b9c0e56ef
@ -1412,7 +1412,7 @@ static STREAMFILE * open_atomic_bao(ubi_bao_file file_type, uint32_t file_id, in
|
|||||||
streamBAO = open_streamfile_by_filename(streamFile, buf);
|
streamBAO = open_streamfile_by_filename(streamFile, buf);
|
||||||
if (streamBAO) return streamBAO;
|
if (streamBAO) return streamBAO;
|
||||||
|
|
||||||
/* these are all of the languages that were referenced in Assassin's Creed exe (out of each platform) */
|
/* these are all of the languages that were referenced in Assassin's Creed exe (out of each platform), there may be more */
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
snprintf(buf,buf_size, "BAO_0x%08x", file_id);
|
snprintf(buf,buf_size, "BAO_0x%08x", file_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user