[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.56,1.57
Jonathan Gray
khalek at users.sourceforge.net
Wed Jan 1 08:08:46 CET 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv27260
Modified Files:
gameDetector.cpp
Log Message:
change detected game to trying to start game as this message is displayed even when there aren't any resource files in the specified directory
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- gameDetector.cpp 31 Dec 2002 02:09:56 -0000 1.56
+++ gameDetector.cpp 1 Jan 2003 16:07:08 -0000 1.57
@@ -577,7 +577,7 @@
_gameRealName = gnl->filename;
_features = gnl->features;
_gameText = gnl->gamename;
- debug(1, "Detected game '%s', version %d.%d.%d",
+ debug(1, "Trying to start game '%s', version %d.%d.%d",
gnl->gamename, gnl->major, gnl->middle, gnl->minor);
return true;
}
More information about the Scummvm-git-logs
mailing list