diff options
| author | Norbert Lange | 2009-08-11 22:35:56 +0000 |
|---|---|---|
| committer | Norbert Lange | 2009-08-11 22:35:56 +0000 |
| commit | 0836cf6d9b9222255273a9c6f9d91203b13c3bd9 (patch) | |
| tree | 714c59161aaf7dbc36d7cb6b4e8fcaa9c467e8f9 /backends/platform/gp2x/gp2x-hw.cpp | |
| parent | 8cb42dd6896925106282abd23ce23812d6031989 (diff) | |
| parent | 65e9ae163ff757ca15af78da4a753a7ee1d25a16 (diff) | |
| download | scummvm-rg350-0836cf6d9b9222255273a9c6f9d91203b13c3bd9.tar.gz scummvm-rg350-0836cf6d9b9222255273a9c6f9d91203b13c3bd9.tar.bz2 scummvm-rg350-0836cf6d9b9222255273a9c6f9d91203b13c3bd9.zip | |
merged from trunk (Amiga LoK supposedly completeable!)
fixed a bug I introduced in one of the last cleanups
svn-id: r43291
Diffstat (limited to 'backends/platform/gp2x/gp2x-hw.cpp')
| -rw-r--r-- | backends/platform/gp2x/gp2x-hw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp2x/gp2x-hw.cpp b/backends/platform/gp2x/gp2x-hw.cpp index 38799ea7ad..2dc5b4f579 100644 --- a/backends/platform/gp2x/gp2x-hw.cpp +++ b/backends/platform/gp2x/gp2x-hw.cpp @@ -56,7 +56,7 @@ enum { VOLUME_UP = 2, VOLUME_CHANGE_RATE = 8, VOLUME_MIN = 0, - VOLUME_INITIAL = 70, + VOLUME_INITIAL = 60, VOLUME_MAX = 100 }; |
