getting rid of inferno sound hacks because they were just a result of obsolete windows code

This commit is contained in:
zicodxx 2006-10-02 17:51:45 +00:00
parent d373f13038
commit 3c11e4430e

View file

@ -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
}