From 87388f510f800aa4bc1bb78e35b488ea5636ce87 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 8 Jul 2023 10:04:27 +0100 Subject: CLI and no sound option --- src/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound.h') diff --git a/src/sound.h b/src/sound.h index be4df88..cd7c20c 100644 --- a/src/sound.h +++ b/src/sound.h @@ -11,7 +11,7 @@ enum { EFX_DEATH, }; -uint8_t sound_init(); +uint8_t sound_init(uint8_t nosound); void sound_free(); void sound_update(); -- cgit v1.2.3