[Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.60,1.61

Nicolas Noble pixels at users.sourceforge.net
Tue May 7 01:54:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv20056

Modified Files:
	gameDetector.cpp 
Log Message:
One should not work when just awoken... _talkspeed != _talkSpeed.... sorry!


Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.cpp,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- gameDetector.cpp	7 May 2002 05:12:39 -0000	1.60
+++ gameDetector.cpp	7 May 2002 08:53:27 -0000	1.61
@@ -117,7 +117,7 @@
 		_gameTempo = strtol(val, NULL, 0);
 
 	if ((val = scummcfg->get("talkspeed")))
-		_talkspeed = atoi(val);
+		_talkSpeed = atoi(val);
 }
 
 void GameDetector::parseCommandLine(int argc, char **argv)





More information about the Scummvm-git-logs mailing list