remove assertion
[carveJwlIkooP6JGAAIwe30JlM.git] / world_entity.c
index 2ba975baf04dc1b3b714870d47cda681b3b44c12..146683669bc4e5d7512b600c9bb74a8eeaee505c 100644 (file)
@@ -318,7 +318,7 @@ static void ent_audio_call( world_instance *world, ent_call *call ){
       v3_copy( audio->transform.co, sound_co );
    }
    else
-      vg_fatal_error( "ent_audio_call (invalid function id)" );
+      return;
 
    float chance = vg_randf64()*100.0f,
          bar = 0.0f;