diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/engine.h | 4 | ||||
-rw-r--r-- | common/gameDetector.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/engine.h b/common/engine.h index ec2c400912..504848b2a0 100644 --- a/common/engine.h +++ b/common/engine.h @@ -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; diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp index 5e4a513eee..5f2514a670 100644 --- a/common/gameDetector.cpp +++ b/common/gameDetector.cpp @@ -61,7 +61,7 @@ static const char USAGE_STRING[] = "\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" |