Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fixes from master
  • Loading branch information
Sergeanur committed Sep 2, 2021
1 parent a04a84e commit a16fcd8d6a79e433c1c6e73d540f1bbe27e14164

File 3 of 6 in a16fcd8

@@ -203,14 +203,14 @@ class cSampleManager

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);

0 comments on commit a16fcd8

Please sign in to comment.