From 3c11e4430e64c918a805557f26ca9cf54b3fe4dd Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Mon, 2 Oct 2006 17:51:45 +0000 Subject: [PATCH] getting rid of inferno sound hacks because they were just a result of obsolete windows code --- main/inferno.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main/inferno.c b/main/inferno.c index c5850a108..a0366a98a 100755 --- a/main/inferno.c +++ b/main/inferno.c @@ -821,11 +821,6 @@ int main(int argc,char **argv) //--killed #endif //end changes - adb -#ifdef __WINDOWS__ - digi_stop_current_song(); // ZICO - stop all midis // hack for some onboard soundcards -#endif - digi_close(); // ZICO - stop all sounds // hack for some onboard soundcards - return(0); //presumably successful exit }