openbsd-ports/games/openttd/patches/patch-src_music_extmidi_cpp
bentley 46907ddd72 Update to openttd-1.2.3.
ok tobiasu@
2012-12-25 00:17:37 +00:00

13 lines
418 B
Plaintext

$OpenBSD: patch-src_music_extmidi_cpp,v 1.2 2012/12/25 00:17:37 bentley Exp $
--- src/music/extmidi.cpp.orig Sun Nov 18 01:08:34 2012
+++ src/music/extmidi.cpp Sun Nov 18 01:08:38 2012
@@ -27,7 +27,7 @@
#ifndef EXTERNAL_PLAYER
/** The default external midi player. */
-#define EXTERNAL_PLAYER "timidity"
+#define EXTERNAL_PLAYER "midiplay"
#endif
/** Factory for the midi player that uses external players. */