From 15518730b733d737a2417224523623eb1e38951f Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 12 May 2015 21:59:11 -0700 Subject: [PATCH] Added os_init_sound() stub to make the common code happy when building dfrotz. --- src/dumb/dumb_output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dumb/dumb_output.c b/src/dumb/dumb_output.c index 0227464..310cc08 100644 --- a/src/dumb/dumb_output.c +++ b/src/dumb/dumb_output.c @@ -431,6 +431,7 @@ void os_beep (int volume) /* To make the common code happy */ +void os_init_sound(void) {} void os_prepare_sample (int a) {} void os_finish_with_sample (int a) {} void os_start_sample (int a, int b, int c, zword d) {} -- 2.34.1