diff options
Diffstat (limited to 'tools/create_kyradat')
-rw-r--r-- | tools/create_kyradat/extract.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_kyradat/extract.cpp b/tools/create_kyradat/extract.cpp index 87254b03cf..6b801d14f9 100644 --- a/tools/create_kyradat/extract.cpp +++ b/tools/create_kyradat/extract.cpp @@ -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); |