Skip to content

Commit

Permalink
JANITORIAL: Fix thats typo in compress_sci.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raziel- authored Sep 7, 2024
1 parent 47b3db2 commit b38bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sci/compress_sci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ SciResourceDataType CompressSci::detectData(byte *header, bool compressMode) {
}
byte buffer[20];
memcpy(&buffer, header, 6);
// Fixup for pharkas resource.sfx, several WAVE files contain a size thats not right (-1 byte)
// Fixup for pharkas resource.sfx, several WAVE files contain a size that's not right (-1 byte)
int offset = 0;
if (memcmp(buffer + 1, "RIFF", 4) == 0) {
offset = 5;
Expand Down

0 comments on commit b38bd74

Please sign in to comment.