aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-01-10 00:58:18 +0000
committerPaweł Kołodziejski2003-01-10 00:58:18 +0000
commitd3daec686dfc9e1da11dd1170aa14d3b1a9099ce (patch)
tree1c99cb6d2bcfbeb483391ad15960883edd40e986 /scumm/smush
parent13406c7e84662ef9f207fd57ae8c9108e1836529 (diff)
downloadscummvm-rg350-d3daec686dfc9e1da11dd1170aa14d3b1a9099ce.tar.gz
scummvm-rg350-d3daec686dfc9e1da11dd1170aa14d3b1a9099ce.tar.bz2
scummvm-rg350-d3daec686dfc9e1da11dd1170aa14d3b1a9099ce.zip
added missing clear pointer
svn-id: r6379
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/codec47.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/smush/codec47.cpp b/scumm/smush/codec47.cpp
index a0b2cb76f5..33db060e36 100644
--- a/scumm/smush/codec47.cpp
+++ b/scumm/smush/codec47.cpp
@@ -998,6 +998,7 @@ bool Codec47Decoder::initSize(const Point & p, const Rect & r) {
}
Codec47Decoder::Codec47Decoder() {
+ _deltaBuf = 0;
}
void Codec47Decoder::clean() {