summaryrefslogtreecommitdiffstats
path: root/src/audio/DMAudio.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-14 12:46:36 +0200
committeraap <aap@papnet.eu>2019-07-14 12:46:36 +0200
commit424487854bfe4214888118038ae20f7f3d1ce38c (patch)
tree093ddd87268f3c3fe491228e96f4b0162202ae92 /src/audio/DMAudio.h
parentMerge pull request #131 from gennariarmando/master (diff)
downloadre3-424487854bfe4214888118038ae20f7f3d1ce38c.tar
re3-424487854bfe4214888118038ae20f7f3d1ce38c.tar.gz
re3-424487854bfe4214888118038ae20f7f3d1ce38c.tar.bz2
re3-424487854bfe4214888118038ae20f7f3d1ce38c.tar.lz
re3-424487854bfe4214888118038ae20f7f3d1ce38c.tar.xz
re3-424487854bfe4214888118038ae20f7f3d1ce38c.tar.zst
re3-424487854bfe4214888118038ae20f7f3d1ce38c.zip
Diffstat (limited to '')
-rw-r--r--src/audio/DMAudio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio/DMAudio.h b/src/audio/DMAudio.h
index 0a2ce6ac..b671e260 100644
--- a/src/audio/DMAudio.h
+++ b/src/audio/DMAudio.h
@@ -192,9 +192,9 @@ public:
void PlayFrontEndTrack(uint32, uint32);
void StopFrontEndTrack();
void PlayOneShot(int32 audioentity, uint16 sound/*eSound*/, float);
- void SetMusicMasterVolume(int8);
- void SetEffectsMasterVolume(int8);
- int8 SetCurrent3DProvider(int8);
+ void SetMusicMasterVolume(uint8);
+ void SetEffectsMasterVolume(uint8);
+ uint8 SetCurrent3DProvider(uint8);
int32 SetSpeakerConfig(int32);
int32 GetRadioInCar(void);
void SetEffectsFadeVol(uint8);