forked from mirror/OpenTTD
(svn r1297) Language fixes in the source.. (ln-)
This commit is contained in:
2
win32.c
2
win32.c
@@ -1842,7 +1842,7 @@ const DriverDesc _music_driver_descs[] = {
|
||||
#ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT
|
||||
{"dmusic", "DirectMusic MIDI Driver", &_dmusic_midi_driver, Windows_2000},
|
||||
#endif
|
||||
// Win32 MIDI driver has higher priority then DMusic, so this one is chosen
|
||||
// Win32 MIDI driver has higher priority than DMusic, so this one is chosen
|
||||
{"win32", "Win32 MIDI Driver", &_win32_music_driver, Windows_NT3_51},
|
||||
{NULL}
|
||||
};
|
||||
|
Reference in New Issue
Block a user