[Scummvm-cvs-logs] SF.net SVN: scummvm:[52479] scummvm/trunk/engines/sci/sci.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed Sep 1 11:48:01 CEST 2010


Revision: 52479
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52479&view=rev
Author:   m_kiewitz
Date:     2010-09-01 09:48:00 +0000 (Wed, 01 Sep 2010)

Log Message:
-----------
SCI: disable dialog replacement for jones

fixes odd crash right at the start, although you can't save/restore in jones o_O (fixes bug #3057080)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.cpp

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-08-31 21:22:52 UTC (rev 52478)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-09-01 09:48:00 UTC (rev 52479)
@@ -343,6 +343,7 @@
 
 	switch (_gameId) {
 	case GID_MOTHERGOOSE256: // mother goose saves/restores directly and has no save/restore dialogs
+	case GID_JONES: // gets confused, when we patch us in, although the game isn't able to save/restore o_O
 		return;
 	default:
 		break;


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