[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon intern.h,1.37,1.38 res.cpp,1.34,1.35 saveload.cpp,1.14,1.15 simon.cpp,1.513,1.514
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.149,1.150
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon intern.h,1.37,1.38 res.cpp,1.34,1.35 saveload.cpp,1.14,1.15 simon.cpp,1.513,1.514
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga scene.cpp,1.149,1.150
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list