chore: add iw5 weapon indirect asset references

This commit is contained in:
Jan 2024-04-07 14:00:20 +02:00
parent fecd486f44
commit a27241701b
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -39,6 +39,8 @@ set count accuracyGraphKnots[1] accuracyGraphKnotCount[1];
use AnimOverrideEntry;
set string overrideAnim;
set string altmodeAnim;
set assetref overrideAnim ASSET_TYPE_XANIMPARTS;
set assetref altmodeAnim ASSET_TYPE_XANIMPARTS;
// NoteTrackToSoundEntry
use NoteTrackToSoundEntry;
@ -117,4 +119,6 @@ set reusable name;
set condition sound never;
// snd_alias_list_name
set string snd_alias_list_name::soundName;
use snd_alias_list_name;
set string soundName;
set assetref soundName ASSET_TYPE_SOUND;