diff options
author | Colin Snover | 2016-07-09 17:51:28 -0500 |
---|---|---|
committer | Colin Snover | 2016-07-11 10:39:50 -0500 |
commit | 6a13adb638395858882555c23f38451c3a0b55e1 (patch) | |
tree | 92a8bfe0b9487b0141943a513e0180fc9c3249f3 /engines/sci | |
parent | 4cfc3876026f15aa394dfa45809c4a340eef60f0 (diff) | |
download | scummvm-rg350-6a13adb638395858882555c23f38451c3a0b55e1.tar.gz scummvm-rg350-6a13adb638395858882555c23f38451c3a0b55e1.tar.bz2 scummvm-rg350-6a13adb638395858882555c23f38451c3a0b55e1.zip |
SCI32: Fix sign comparison warning
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/sound/audio32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/audio32.h b/engines/sci/sound/audio32.h index 42211eb890..b0c1ba1998 100644 --- a/engines/sci/sound/audio32.h +++ b/engines/sci/sound/audio32.h @@ -108,7 +108,7 @@ struct AudioChannel { /** * The end volume of a fade. */ - uint32 fadeTargetVolume; + int fadeTargetVolume; /** * Whether or not the channel should be stopped and |