diff options
Diffstat (limited to 'src/audio/sampman.h')
-rw-r--r-- | src/audio/sampman.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/audio/sampman.h b/src/audio/sampman.h index ef56741c..cc020471 100644 --- a/src/audio/sampman.h +++ b/src/audio/sampman.h @@ -112,7 +112,8 @@ enum #endif }; #define MAX_PEDSFX 7 -#define PED_BLOCKSIZE 160000 +#define PED_BLOCKSIZE 79000 +#define MISSION_AUDIO_BLOCKSIZE 160000 #define MAXPROVIDERS 64 @@ -207,10 +208,8 @@ public: void UnloadSampleBank (uint8 nBank); bool8 IsSampleBankLoaded(uint8 nBank); -#if defined (GTA_PS2) || defined (FIX_BUGS) bool8 IsMissionAudioLoaded(uint8 nSlot, uint32 nSample); bool8 LoadMissionAudio (uint8 nSlot, uint32 nSample); -#endif bool8 IsPedCommentLoaded(uint32 nComment); bool8 LoadPedComment (uint32 nComment); |