[Scummvm-cvs-logs] SF.net SVN: scummvm: [31754] scummvm/trunk/engines/kyra
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Apr 27 16:33:03 CEST 2008
Revision: 31754
http://scummvm.svn.sourceforge.net/scummvm/?rev=31754&view=rev
Author: lordhoto
Date: 2008-04-27 07:33:03 -0700 (Sun, 27 Apr 2008)
Log Message:
-----------
Fixed bug while loading savegame.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/items_v3.cpp
scummvm/trunk/engines/kyra/saveload_v3.cpp
Modified: scummvm/trunk/engines/kyra/items_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/items_v3.cpp 2008-04-27 14:03:51 UTC (rev 31753)
+++ scummvm/trunk/engines/kyra/items_v3.cpp 2008-04-27 14:33:03 UTC (rev 31754)
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL $
+ * $URL$
* $Id$
*
*/
Modified: scummvm/trunk/engines/kyra/saveload_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/saveload_v3.cpp 2008-04-27 14:03:51 UTC (rev 31753)
+++ scummvm/trunk/engines/kyra/saveload_v3.cpp 2008-04-27 14:33:03 UTC (rev 31754)
@@ -201,7 +201,7 @@
_talkObjectList[i].color = in.readByte();
}
- for (int i = 0; i < 86; ++i) {
+ for (int i = 0; i < 98; ++i) {
in.read(_sceneList[i].filename1, 10);
in.read(_sceneList[i].filename2, 10);
_sceneList[i].exit1 = in.readUint16();
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