projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d302139
)
remove assertion
author
hgn
<hgodden00@gmail.com>
Wed, 22 Nov 2023 07:15:41 +0000
(07:15 +0000)
committer
hgn
<hgodden00@gmail.com>
Wed, 22 Nov 2023 07:15:41 +0000
(07:15 +0000)
world_entity.c
patch
|
blob
|
history
diff --git
a/world_entity.c
b/world_entity.c
index 2ba975baf04dc1b3b714870d47cda681b3b44c12..146683669bc4e5d7512b600c9bb74a8eeaee505c 100644
(file)
--- a/
world_entity.c
+++ b/
world_entity.c
@@
-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;