From a16fcd8d6a79e433c1c6e73d540f1bbe27e14164 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 2 Sep 2021 19:22:50 +0300 Subject: Fixes from master --- src/audio/sampman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/audio/sampman.h') diff --git a/src/audio/sampman.h b/src/audio/sampman.h index dadaf24d..e585b0d6 100644 --- a/src/audio/sampman.h +++ b/src/audio/sampman.h @@ -203,14 +203,14 @@ public: bool8 LoadSampleBank (uint8 nBank); void UnloadSampleBank (uint8 nBank); - bool8 IsSampleBankLoaded(uint8 nBank); + int8 IsSampleBankLoaded(uint8 nBank); #if defined (GTA_PS2) || defined (FIX_BUGS) - bool8 IsMissionAudioLoaded(uint8 nSlot, uint32 nSample); + uint8 IsMissionAudioLoaded(uint8 nSlot, uint32 nSample); bool8 LoadMissionAudio (uint8 nSlot, uint32 nSample); #endif - bool8 IsPedCommentLoaded(uint32 nComment); + uint8 IsPedCommentLoaded(uint32 nComment); bool8 LoadPedComment (uint32 nComment); int32 GetBankContainingSound(uint32 offset); -- cgit v1.2.3