aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/decode.h')
-rw-r--r--engines/lure/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/decode.h b/engines/lure/decode.h
index c127d95dbd..9cc594df64 100644
--- a/engines/lure/decode.h
+++ b/engines/lure/decode.h
@@ -58,7 +58,7 @@ class AnimationDecoder {
public:
static void rcl(uint16 &value, bool &carry);
static uint32 decode_data(MemoryBlock *src, MemoryBlock *dest, uint32 srcPos);
- static void decode_data_2(MemoryBlock *src, byte *&pSrc, uint16 &currData,
+ static void decode_data_2(MemoryBlock *src, byte *&pSrc, uint16 &currData,
uint16 &bitCtr, uint16 &dx, bool &carry);
};