[Scummvm-cvs-logs] SF.net SVN: scummvm: [31269] scummvm/trunk/engines/kyra/saveload_v2.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Mar 27 21:24:41 CET 2008


Revision: 31269
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31269&view=rev
Author:   lordhoto
Date:     2008-03-27 13:24:41 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
Readded warning when loading HoF saves from original interpreter.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/saveload_v2.cpp

Modified: scummvm/trunk/engines/kyra/saveload_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/saveload_v2.cpp	2008-03-27 18:03:00 UTC (rev 31268)
+++ scummvm/trunk/engines/kyra/saveload_v2.cpp	2008-03-27 20:24:41 UTC (rev 31269)
@@ -138,6 +138,9 @@
 		snd_playSoundEffect(0x0D);
 	}
 
+	if (header.originalSave)
+		warning("Trying to load savegame from original interpreter, while this is possible, it is not officially supported");
+
 	bool setFlag1EE = (queryGameFlag(0x1EE) != 0);
 	
 	_deathHandler = -1;


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