X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_entity.c;fp=world_entity.c;h=d8f4259dacd67179503656e569c6d415d68a1edb;hb=403bb2442600b86f50d842ec059eb3f54c8ca5ec;hp=ec7c2fe13426a5cbc0d773ef7711080bee0b0e80;hpb=76315944e5a98838163e0aba8601ed3522f0724d;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_entity.c b/world_entity.c index ec7c2fe..d8f4259 100644 --- a/world_entity.c +++ b/world_entity.c @@ -411,7 +411,8 @@ static void ent_ccmd_call( world_instance *world, ent_call *call ){ if( call->function == k_ent_function_trigger ){ u32 index = mdl_entity_id_id( call->id ); ent_ccmd *ccmd = mdl_arritm( &world->ent_ccmd, index ); - vg_execute_console_input( mdl_pstr(&world->meta, ccmd->pstr_command) ); + vg_execute_console_input( mdl_pstr(&world->meta, ccmd->pstr_command), + 0 ); } }