From 1d44b0873fd124ddc394ec992c469cb079352e8b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 27 Dec 2004 16:23:21 +0000 Subject: Fix volume regression my previous checkin caused svn-id: r16337 --- sword2/driver/d_sound.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h index da06c936c8..3a885a89b8 100644 --- a/sword2/driver/d_sound.h +++ b/sword2/driver/d_sound.h @@ -70,17 +70,17 @@ private: bool _musicPaused; bool _musicMuted; - uint _musicVol; + int _musicVol; PlayingSoundHandle _soundHandleSpeech; bool _speechPaused; bool _speechMuted; - uint _speechVol; + int _speechVol; FxHandle _fx[MAXFX]; bool _fxPaused; bool _fxMuted; - uint _fxVol; + int _fxVol; int32 getFxIndex(int32 id); void stopFxHandle(int i); -- cgit v1.2.3