1
0
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:
XProger 2018-09-28 02:35:51 +03:00
parent ad90010d6b
commit a03b0f3cd4

View File

@ -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;