[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.126,1.127

kirben kirben at users.sourceforge.net
Thu Oct 6 07:56:18 CEST 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13157/simon

Modified Files:
	items.cpp 
Log Message:

Add slight difference.


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- items.cpp	5 Oct 2005 11:37:26 -0000	1.126
+++ items.cpp	6 Oct 2005 14:54:25 -0000	1.127
@@ -741,7 +741,11 @@
 
 		case 133:{									/* load game */
 				_system->setFeatureState(OSystem::kFeatureVirtualKeyboard, true);
-				o_load_game();
+				if (_game == GAME_FEEBLEFILES) {
+					load_game(readVariable(55));
+				} else {
+					o_load_game();
+				}
 				_system->setFeatureState(OSystem::kFeatureVirtualKeyboard, false);
 			}
 			break;





More information about the Scummvm-git-logs mailing list