[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.9,1.10

Travis Howell kirben at users.sourceforge.net
Tue Oct 8 00:37:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/backends/sdl
In directory usw-pr-cvs1:/tmp/cvs-serv17640/backends/sdl

Modified Files:
	sdl-common.cpp 
Log Message:

Remove workaround for dsound problem in sdl on win32, since it is fixed by sdl 1.2.5.


Index: sdl-common.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sdl-common.cpp	30 Sep 2002 00:55:47 -0000	1.9
+++ sdl-common.cpp	8 Oct 2002 07:36:25 -0000	1.10
@@ -46,10 +46,6 @@
 		error("Could not initialize SDL: %s.\n", SDL_GetError());
 	}
 
-#ifdef WIN32				  // Use waveout on win32, not
-	SDL_AudioInit("waveout"); // dsound - unfortunatly dsound
-#endif						  // doesn't do COOPERATIVE mode
-
 	SDL_ShowCursor(SDL_DISABLE);
 
 	// Setup the icon





More information about the Scummvm-git-logs mailing list