diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-09-02 19:22:50 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-09-02 19:22:50 +0300 |
commit | a16fcd8d6a79e433c1c6e73d540f1bbe27e14164 (patch) | |
tree | 99b17cfb4a55ad82391431451c9660f313ea3e61 /src/audio/sampman.h | |
parent | a04a84e00b5d108d938287bbcbfb1a0ad8498a53 (diff) |
Fixes from mastermiami
Diffstat (limited to 'src/audio/sampman.h')
-rw-r--r-- | src/audio/sampman.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |