rnd-20001129-2-src
[rocksndiamonds.git] / src / msdos.c
index 2f672ed332ac856c128d5affeddae64ac288bf72..960609df630896db53207cb3908c91fa2c0c4cb0 100644 (file)
@@ -920,11 +920,16 @@ void XAutoRepeatOff(Display *display)
   keyboard_auto_repeat = FALSE;
 }
 
-boolean MSDOSInitAudio(void)
+boolean MSDOSOpenAudio(void)
 {
   return allegro_init_audio();
 }
 
+boolean MSDOSCloseAudio(void)
+{
+  /* nothing to be done here */
+}
+
 void NetworkServer(int port, int serveronly)
 {
   Error(ERR_WARN, "networking not supported in DOS version");