From: David Griffith Date: Wed, 13 May 2015 04:59:11 +0000 (-0700) Subject: Added os_init_sound() stub to make the common code happy when building dfrotz. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=15518730b733d737a2417224523623eb1e38951f;p=liskon_frotz.git Added os_init_sound() stub to make the common code happy when building dfrotz. --- 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) {}