aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/animation.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2010-06-14 05:27:54 +0000
committerPaul Gilbert2010-06-14 05:27:54 +0000
commit6fb462e6b05c5ead3fefe97e18d31f4835d5e321 (patch)
tree5f0c9833b33af9cef0a837998f5d1ce41bf7045b /engines/m4/animation.cpp
parent466a151744618f89d6a0b53d23189af048d88831 (diff)
downloadscummvm-rg350-6fb462e6b05c5ead3fefe97e18d31f4835d5e321.tar.gz
scummvm-rg350-6fb462e6b05c5ead3fefe97e18d31f4835d5e321.tar.bz2
scummvm-rg350-6fb462e6b05c5ead3fefe97e18d31f4835d5e321.zip
Further memory leak fixes reported by Valgrind
svn-id: r49644
Diffstat (limited to 'engines/m4/animation.cpp')
-rw-r--r--engines/m4/animation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/m4/animation.cpp b/engines/m4/animation.cpp
index 1d9b1161c2..a9d52a54c1 100644
--- a/engines/m4/animation.cpp
+++ b/engines/m4/animation.cpp
@@ -328,7 +328,6 @@ void MadsAnimation::update() {
// Handle starting any sound for this frame
AnimMiscEntry &misc = _miscEntries[_currentFrame];
-printf("frame %d delay %d\n", _currentFrame, misc.numTicks);
if (misc.soundNum)
_vm->_sound->playSound(misc.soundNum);