aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/woodscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/woodscript.h')
-rw-r--r--engines/m4/woodscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/woodscript.h b/engines/m4/woodscript.h
index 0f72935f8d..4b0f457193 100644
--- a/engines/m4/woodscript.h
+++ b/engines/m4/woodscript.h
@@ -77,7 +77,7 @@ public:
uint32 pos() const { return _code->pos() / 4; }
protected:
WoodScript *_ws;
- Common::MemoryReadStream *_code;
+ Common::SeekableReadStream *_code;
Sequence *_sequence;
static int32 _dataFormats[];
bool decodeArgument(int32 format, int32 data, long *&arg, long &value);