[Scummvm-cvs-logs] SF.net SVN: scummvm: [26339] scummvm/trunk/engines/parallaction

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Apr 1 14:17:40 CEST 2007


Revision: 26339
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26339&view=rev
Author:   peres001
Date:     2007-04-01 05:17:38 -0700 (Sun, 01 Apr 2007)

Log Message:
-----------
Function changeCharacter is now responsible for loading character specific Zones and such

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction.cpp
    scummvm/trunk/engines/parallaction/saveload.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-04-01 11:48:54 UTC (rev 26338)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-04-01 12:17:38 UTC (rev 26339)
@@ -820,6 +820,8 @@
 	else
 		_vm->_char._ani._cnv = _vm->_char._normalFrames;
 
+	parseLocation("common");
+
 	strcpy(_characterName1, v32);
 
 	return;

Modified: scummvm/trunk/engines/parallaction/saveload.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/saveload.cpp	2007-04-01 11:48:54 UTC (rev 26338)
+++ scummvm/trunk/engines/parallaction/saveload.cpp	2007-04-01 12:17:38 UTC (rev 26339)
@@ -132,7 +132,7 @@
 
 //	refreshInventory(_vm->_characterName);
 
-	parseLocation("common");
+//	parseLocation("common");
 
 	// force reload of character to solve inventory
 	// bugs, but it's a good maneuver anyway


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