diff options
author | Paweł Kołodziejski | 2003-01-10 00:58:18 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-01-10 00:58:18 +0000 |
commit | d3daec686dfc9e1da11dd1170aa14d3b1a9099ce (patch) | |
tree | 1c99cb6d2bcfbeb483391ad15960883edd40e986 | |
parent | 13406c7e84662ef9f207fd57ae8c9108e1836529 (diff) | |
download | scummvm-rg350-d3daec686dfc9e1da11dd1170aa14d3b1a9099ce.tar.gz scummvm-rg350-d3daec686dfc9e1da11dd1170aa14d3b1a9099ce.tar.bz2 scummvm-rg350-d3daec686dfc9e1da11dd1170aa14d3b1a9099ce.zip |
added missing clear pointer
svn-id: r6379
-rw-r--r-- | scumm/smush/codec47.cpp | 1 |
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() { |