[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.370,1.371
Travis Howell
kirben at users.sourceforge.net
Sat Dec 13 05:48:00 CET 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv29492/simon
Modified Files:
simon.cpp
Log Message:
quick load/save isn't possible for simon1dmeo
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -d -r1.370 -r1.371
--- simon.cpp 13 Dec 2003 01:26:40 -0000 1.370
+++ simon.cpp 13 Dec 2003 13:46:58 -0000 1.371
@@ -4788,6 +4788,11 @@
}
void SimonEngine::quick_load_or_save() {
+ // simon1demo subroutines are missing too many segments
+ // original demo didn't allow load or save either.
+ if (_game == GAME_SIMON1DEMO)
+ return;
+
bool success;
char buf[256];
More information about the Scummvm-git-logs
mailing list