diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-09-02 20:00:15 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-09-02 20:00:15 +0200 |
commit | 33abd1b4e7a7b19e2d09c796c481c3325c1e2902 (patch) | |
tree | 1188818ae1163b02565e091a4b83dad164266a35 /src/audio/sampman.h | |
parent | Merge branch 'miami' into lcs (diff) | |
parent | Fixes from master (diff) | |
download | re3-33abd1b4e7a7b19e2d09c796c481c3325c1e2902.tar re3-33abd1b4e7a7b19e2d09c796c481c3325c1e2902.tar.gz re3-33abd1b4e7a7b19e2d09c796c481c3325c1e2902.tar.bz2 re3-33abd1b4e7a7b19e2d09c796c481c3325c1e2902.tar.lz re3-33abd1b4e7a7b19e2d09c796c481c3325c1e2902.tar.xz re3-33abd1b4e7a7b19e2d09c796c481c3325c1e2902.tar.zst re3-33abd1b4e7a7b19e2d09c796c481c3325c1e2902.zip |
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 cc020471..e7fe3e7f 100644 --- a/src/audio/sampman.h +++ b/src/audio/sampman.h @@ -206,12 +206,12 @@ public: bool8 LoadSampleBank (uint8 nBank); void UnloadSampleBank (uint8 nBank); - bool8 IsSampleBankLoaded(uint8 nBank); + int8 IsSampleBankLoaded(uint8 nBank); - bool8 IsMissionAudioLoaded(uint8 nSlot, uint32 nSample); + uint8 IsMissionAudioLoaded(uint8 nSlot, uint32 nSample); bool8 LoadMissionAudio (uint8 nSlot, uint32 nSample); - bool8 IsPedCommentLoaded(uint32 nComment); + uint8 IsPedCommentLoaded(uint32 nComment); bool8 LoadPedComment (uint32 nComment); int32 GetBankContainingSound(uint32 offset); |