mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 07:00:34 +00:00
sampman done
This commit is contained in:
parent
81ee1c509a
commit
6ba2b05443
19 changed files with 9692 additions and 406 deletions
|
@ -3037,6 +3037,14 @@ enum eAudioSamples : uint32 {
|
|||
AUDIO_SAMPLE_AMMUNATION_WELCOME_3 = 3031,
|
||||
TOTAL_AUDIO_SAMPLES = 3032,
|
||||
NO_SAMPLE = 3033,
|
||||
|
||||
// shorthands
|
||||
SAMPLEBANK_START = AUDIO_SAMPLE_VEHICLE_HORN_0,
|
||||
SAMPLEBANK_END = AUDIO_SAMPLE_PAGER,
|
||||
SAMPLEBANK_MAX = AUDIO_SAMPLE_PAGER+1,
|
||||
SAMPLEBANK_PED_START = AUDIO_SAMPLE_POLICE_COP_1_ARREST_1,
|
||||
SAMPLEBANK_PED_END = AUDIO_SAMPLE_AMMUNATION_WELCOME_3,
|
||||
SAMPLEBANK_PED_MAX = AUDIO_SAMPLE_AMMUNATION_WELCOME_3+1,
|
||||
};
|
||||
|
||||
enum eScriptSounds : int16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue