mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
TOOLS: Remove superflous pointer dereference in create_kyradat.
svn-id: r54183
This commit is contained in:
parent
66b172bb26
commit
c9969d2be0
@ -881,7 +881,7 @@ bool extractRaw16to8(PAKFile &out, const ExtractInformation *info, const byte *d
|
||||
|
||||
for (int i = 0; i < outsize; i++) {
|
||||
*dst++ = *src++;
|
||||
*src++;
|
||||
src++;
|
||||
}
|
||||
|
||||
return out.addFile(filename, buffer, outsize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user