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,6 +2,7 @@
|
||||
// RawFile
|
||||
// =========================================
|
||||
use RawFile;
|
||||
set block XFILE_BLOCK_TEMP;
|
||||
set string name;
|
||||
set name name;
|
||||
set condition data::compressedBuffer compressedLen > 0;
|
||||
|
Reference in New Issue
Block a user