[Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.7,1.8 gameDetector.cpp,1.29,1.30

James Brown ender at users.sourceforge.net
Fri Nov 15 02:44:02 CET 2002


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

Modified Files:
	engine.h gameDetector.cpp 
Log Message:
More tempo updates, news update, bump version number


Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- engine.h	10 Nov 2002 17:19:42 -0000	1.7
+++ engine.h	15 Nov 2002 10:40:09 -0000	1.8
@@ -24,8 +24,8 @@
 #include "scummsys.h"
 #include "system.h"
 
-#define SCUMMVM_VERSION "0.2.81 CVS"
-#define SCUMMVM_CVS "2002-11-11+"
+#define SCUMMVM_VERSION "0.2.82 CVS"
+#define SCUMMVM_CVS "2002-11-15+"
 
 class SoundMixer;
 class GameDetector;

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- gameDetector.cpp	12 Nov 2002 15:02:13 -0000	1.29
+++ gameDetector.cpp	15 Nov 2002 10:40:09 -0000	1.30
@@ -61,7 +61,7 @@
 	"\t-o<num>    - set master volume to <num> (0-255)\n"
 	"\t-p<path>   - look for game in <path>\n"
 	"\t-s<num>    - set sfx volume to <num> (0-255)\n"
-	"\t-t<num>    - set music tempo (default- adlib: 0x1F0000, midi: 0x460000)\n"
+	"\t-t<num>    - set music tempo (default- adlib: 0x1D9000, midi: 0x4A0000)\n"
 	"\t-v         - show version info and exit\n"
 #if defined(UNIX)
 	"\t-w[<file>] - write to config file [~/.scummvmrc]\n"





More information about the Scummvm-git-logs mailing list