mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-11 03:38:02 -05:00
Fix compile errors. Fix crash related to timing of scriptmodelsuseanimtree() calls.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
execute_clientfield_alt_callback_internal( data, last_data, field_type, field_name )
|
||||
{
|
||||
entnum = data.entnum;
|
||||
ent = undefined;
|
||||
field_data = level.clientfield_alts[ field_type ][ field_name ];
|
||||
ent = getEntByNum( 0, entnum );
|
||||
|
Reference in New Issue
Block a user