aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/stream.h
diff options
context:
space:
mode:
authorStrangerke2012-05-08 18:36:01 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit355f5985606bf214ba4f9895e57f69906b1a01e4 (patch)
treea126e2ffe6b7d7bdc44f648744455ae56fd35eb0 /engines/lilliput/stream.h
parent23dc740de4b706a5285ef8e695c5e54ab2533555 (diff)
downloadscummvm-rg350-355f5985606bf214ba4f9895e57f69906b1a01e4.tar.gz
scummvm-rg350-355f5985606bf214ba4f9895e57f69906b1a01e4.tar.bz2
scummvm-rg350-355f5985606bf214ba4f9895e57f69906b1a01e4.zip
LILLIPUT: Rename debug channel in order to doublecheck all function, some more renaming and bugfixing, fix some GCC warnings
Diffstat (limited to 'engines/lilliput/stream.h')
-rw-r--r--engines/lilliput/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lilliput/stream.h b/engines/lilliput/stream.h
index d6b8c36510..52b80e3524 100644
--- a/engines/lilliput/stream.h
+++ b/engines/lilliput/stream.h
@@ -31,7 +31,7 @@ class ScriptStream : public Common::MemoryReadStream {
private:
byte *_orgPtr;
public:
- ScriptStream(byte *buf, int size);
+ ScriptStream(byte *buf, int bufSize);
virtual ~ScriptStream();
void writeUint16LE(int value, int relativePos = 0);