From e69645af21c3c66629b003782ba87885e734bad9 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Wed, 22 Jul 2020 15:52:51 +1200 Subject: [PATCH] CommitLog | --- objects/obj_player.object.gmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/obj_player.object.gmx b/objects/obj_player.object.gmx index 35cbdd2..96fd829 100644 --- a/objects/obj_player.object.gmx +++ b/objects/obj_player.object.gmx @@ -152,7 +152,7 @@ speed += 5 1 var new_bullet = instance_create(x,y,obj_bullet); -audio_play_sound(snd_shoot,2,true); +audio_play_sound(snd_shoot,2,false); new_bullet.image_angle = image_angle; new_bullet.direction = image_angle; new_bullet.speed = speed + 1;