remove assertion
authorhgn <hgodden00@gmail.com>
Wed, 22 Nov 2023 07:15:41 +0000 (07:15 +0000)
committerhgn <hgodden00@gmail.com>
Wed, 22 Nov 2023 07:15:41 +0000 (07:15 +0000)
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;