From 6a13adb638395858882555c23f38451c3a0b55e1 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 9 Jul 2016 17:51:28 -0500 Subject: SCI32: Fix sign comparison warning --- engines/sci/sound/audio32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') 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 -- cgit v1.2.3