[Scummvm-cvs-logs] SF.net SVN: scummvm: [26160] scummvm/trunk/engines/parallaction/ parallaction.cpp
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Sat Mar 17 08:56:45 CET 2007
Revision: 26160
http://scummvm.svn.sourceforge.net/scummvm/?rev=26160&view=rev
Author: peres001
Date: 2007-03-17 00:56:45 -0700 (Sat, 17 Mar 2007)
Log Message:
-----------
renamed freeCharacterFrames() to freeCharacter() for consistency
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/parallaction.cpp
Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp 2007-03-17 07:55:16 UTC (rev 26159)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp 2007-03-17 07:56:45 UTC (rev 26160)
@@ -752,7 +752,7 @@
-void freeCharacterFrames() {
+void freeCharacter() {
_vm->_gfx->freeCnv(&_vm->_char._normalFrames);
@@ -828,7 +828,7 @@
if (scumm_stricmp(v32, _characterName1)) {
if (scumm_stricmp(_characterName1, "null"))
- freeCharacterFrames();
+ freeCharacter();
_disk->selectArchive("disk1");
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