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;