[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.549,1.550
kirben
kirben at users.sourceforge.net
Tue Nov 22 17:33:02 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.20,1.21 intern.h,1.56,1.57
- Next message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.51,1.52 engine.h,1.26,1.27 main.cpp,1.95,1.96
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7316/simon
Modified Files:
simon.cpp
Log Message:
Update check.
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.549
retrieving revision 1.550
diff -u -d -r1.549 -r1.550
--- simon.cpp 18 Nov 2005 22:34:41 -0000 1.549
+++ simon.cpp 23 Nov 2005 01:31:51 -0000 1.550
@@ -4147,7 +4147,7 @@
char buf[4];
if (getPlatform() == Common::kPlatformAmiga) {
- if (!(getFeatures() & GF_TALKIE)) {
+ if (getFeatures() & GF_CRUNCHED) {
// TODO Add support for decruncher
debug(5,"loadMusic - Decrunch %dtune attempt", music);
}
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.20,1.21 intern.h,1.56,1.57
- Next message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.51,1.52 engine.h,1.26,1.27 main.cpp,1.95,1.96
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list