aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v2.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-06-06 18:23:24 +0000
committerEugene Sandulenko2009-06-06 18:23:24 +0000
commitda469d6d245555e1bdf353fcad798a030e8cb9d1 (patch)
tree4866dd1f0025525f187f6ad1462ddfee5a9b6961 /engines/scumm/player_v2.h
parent167874cf1a242392c2675d36f4a0f37f39270892 (diff)
downloadscummvm-rg350-da469d6d245555e1bdf353fcad798a030e8cb9d1.tar.gz
scummvm-rg350-da469d6d245555e1bdf353fcad798a030e8cb9d1.tar.bz2
scummvm-rg350-da469d6d245555e1bdf353fcad798a030e8cb9d1.zip
Shut gcc warning.
svn-id: r41286
Diffstat (limited to 'engines/scumm/player_v2.h')
-rw-r--r--engines/scumm/player_v2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/player_v2.h b/engines/scumm/player_v2.h
index 25041f42a9..f0e14cdde3 100644
--- a/engines/scumm/player_v2.h
+++ b/engines/scumm/player_v2.h
@@ -198,10 +198,10 @@ protected:
byte *freqOutput;
byte *octaveOutput;
- int8 channel;
+ uint8 channel;
int8 sustainLevel;
int8 attackRate;
- int8 maxAmpl;
+ uint8 maxAmpl;
int8 decayRate;
int8 sustainRate;
int8 releaseRate;