mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Make sure assets need to be declared as temp block to be located in temp block to handle special case of iw3 stringtable not being in temp block
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
// FootstepFXTableDef
|
||||
// =========================================
|
||||
use FootstepFXTableDef;
|
||||
set block XFILE_BLOCK_TEMP;
|
||||
set string name;
|
||||
set name name;
|
Reference in New Issue
Block a user