mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
chore: dump iw5 weapon notetrack overrides
This commit is contained in:
@ -120,7 +120,7 @@ namespace IW5
|
||||
WFT_SOUND_OVERRIDES,
|
||||
WFT_FX_OVERRIDES,
|
||||
WFT_RELOAD_OVERRIDES,
|
||||
WFT_NOTE_TRACK_OVERRIDES,
|
||||
WFT_NOTETRACK_OVERRIDES,
|
||||
|
||||
WFT_NUM_FIELD_TYPES,
|
||||
};
|
||||
|
@ -3971,7 +3971,8 @@ namespace IW5
|
||||
|
||||
struct NoteTrackToSoundEntry
|
||||
{
|
||||
int attachment;
|
||||
WeaponAttachmentCombination attachment;
|
||||
short unused;
|
||||
ScriptString* notetrackSoundMapKeys;
|
||||
ScriptString* notetrackSoundMapValues;
|
||||
};
|
||||
|
Reference in New Issue
Block a user