aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cine/bg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/bg.cpp b/engines/cine/bg.cpp
index fc7010d955..0ff09c939d 100644
--- a/engines/cine/bg.cpp
+++ b/engines/cine/bg.cpp
@@ -58,13 +58,13 @@ byte loadCt(const char *ctName) {
assert(strstr(ctName, ".NEO"));
- memcpy(header, ptr, 32); ptr += 32;
+ memcpy(header, ptr, 32);
for (int i = 0; i < 16; i++) {
header[i] = TO_BE_16(header[i]);
}
- gfxConvertSpriteToRaw(page3Raw, ptr + 0x80 - 0x22, 160, 200);
+ gfxConvertSpriteToRaw(page3Raw, ptr + 0x80, 160, 200);
}
return 0;