mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-14 17:14:29 +02:00
#129 fix Sony XA decoder (no CD-XA sync header)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user