[Scummvm-cvs-logs] SF.net SVN: scummvm:[38650] scummvm/trunk/engines/sword1/animation.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sat Feb 21 00:47:12 CET 2009
Revision: 38650
http://scummvm.svn.sourceforge.net/scummvm/?rev=38650&view=rev
Author: eriktorbjorn
Date: 2009-02-20 23:47:11 +0000 (Fri, 20 Feb 2009)
Log Message:
-----------
Minor consistency change.
Modified Paths:
--------------
scummvm/trunk/engines/sword1/animation.cpp
Modified: scummvm/trunk/engines/sword1/animation.cpp
===================================================================
--- scummvm/trunk/engines/sword1/animation.cpp 2009-02-20 23:41:15 UTC (rev 38649)
+++ scummvm/trunk/engines/sword1/animation.cpp 2009-02-20 23:47:11 UTC (rev 38650)
@@ -76,7 +76,7 @@
}
MoviePlayer::~MoviePlayer(void) {
- delete(_decoder);
+ delete _decoder;
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list