[Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.2,1.3
James Brown
ender at users.sourceforge.net
Wed Apr 3 08:25:33 CEST 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv3962
Modified Files:
gameDetector.cpp
Log Message:
Fix window title.
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gameDetector.cpp 25 Mar 2002 08:51:34 -0000 1.2
--- gameDetector.cpp 3 Apr 2002 16:09:56 -0000 1.3
***************
*** 270,276 ****
warning("Game detection failed. Using default settings");
_features = GF_DEFAULT;
! } else {
! _gameText = "Please choose a game";
! }
if (!_gameDataPath) {
--- 270,275 ----
warning("Game detection failed. Using default settings");
_features = GF_DEFAULT;
! _gameText = "Please choose a game";
! }
if (!_gameDataPath) {
More information about the Scummvm-git-logs
mailing list