mirror of
https://github.com/XProger/OpenLara.git
synced 2025-02-24 23:42:49 +01:00
#129 fix Sony XA decoder (no CD-XA sync header)
This commit is contained in:
parent
ad90010d6b
commit
a03b0f3cd4
@ -511,7 +511,6 @@ namespace Sound {
|
||||
if (stream->pos >= stream->size)
|
||||
return;
|
||||
|
||||
stream->seek(24); // skip sync header
|
||||
stream->raw(groups, sizeof(groups));
|
||||
|
||||
pos = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user