[Scummvm-cvs-logs] CVS: scummvm gameDetector.cpp,1.41,1.42

Nicolas Noble pixels at users.sourceforge.net
Sun Apr 28 12:45:44 CEST 2002


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

Modified Files:
	gameDetector.cpp 
Log Message:
Fixed the tempo argument.


Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gameDetector.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** gameDetector.cpp	27 Apr 2002 16:58:29 -0000	1.41
--- gameDetector.cpp	27 Apr 2002 20:48:13 -0000	1.42
***************
*** 211,216 ****
  					if (*s == '\0')
  						goto ShowHelpAndExit;
! 					_gameTempo = strtol(s + 1, 0, 0);
! 					scummcfg->set("tempo", s + 1);
  					goto NextArg;
  				case 'v':
--- 211,216 ----
  					if (*s == '\0')
  						goto ShowHelpAndExit;
! 					_gameTempo = strtol(s, 0, 0);
! 					scummcfg->set("tempo", s);
  					goto NextArg;
  				case 'v':





More information about the Scummvm-git-logs mailing list