add engine settings
[carveJwlIkooP6JGAAIwe30JlM.git] / world_entity.c
index ec7c2fe13426a5cbc0d773ef7711080bee0b0e80..d8f4259dacd67179503656e569c6d415d68a1edb 100644 (file)
@@ -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 );
    }
 }