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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/decode.h b/engines/lure/decode.h
index 8e4e87a07d..ff83ba6454 100644
--- a/engines/lure/decode.h
+++ b/engines/lure/decode.h
@@ -26,7 +26,7 @@
#ifndef LURE_DECODE_H
#define LURE_DECODE_H
-#include "common/stdafx.h"
+
#include "lure/luredefs.h"
#include "lure/memory.h"
@@ -56,7 +56,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(byte *&pSrc, uint16 &currData, uint16 &bitCtr,
+ static void decode_data_2(byte *&pSrc, uint16 &currData, uint16 &bitCtr,
uint16 &dx, bool &carry);
};