Changeset - r5756:c0a1faf443f3
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-01-21 14:19:44
truelight@openttd.org
(svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/driver.cpp
Show inline comments
 
@@ -51,7 +51,7 @@ static const DriverDesc _music_driver_de
 
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
 
	M("dmusic",  "DirectMusic MIDI Driver", &_dmusic_midi_driver),
 
#endif
 
#ifdef WIN32
 
#if defined(WIN32) && !defined(WINCE)
 
	M("win32",   "Win32 MIDI Driver",       &_win32_music_driver),
 
#endif
 
#if defined(__APPLE__) && !defined(DEDICATED)
 
@@ -67,7 +67,7 @@ static const DriverDesc _music_driver_de
 
};
 

	
 
static const DriverDesc _sound_driver_descs[] = {
 
#ifdef WIN32
 
#if defined(WIN32) && !defined(WINCE)
 
	M("win32", "Win32 WaveOut Driver", &_win32_sound_driver),
 
#endif
 
#ifdef WITH_SDL
0 comments (0 inline, 0 general)