chore: dump iw5 weapon notetrack overrides

This commit is contained in:
Jan
2024-04-07 20:17:23 +02:00
parent 7b23461e2a
commit cca67ebafa
4 changed files with 42 additions and 3 deletions

View File

@ -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,
};

View File

@ -3971,7 +3971,8 @@ namespace IW5
struct NoteTrackToSoundEntry
{
int attachment;
WeaponAttachmentCombination attachment;
short unused;
ScriptString* notetrackSoundMapKeys;
ScriptString* notetrackSoundMapValues;
};