$OpenBSD: patch-settings_c,v 1.2 2007/06/11 10:56:28 mk Exp $
--- settings.c.orig	Tue Apr 10 11:57:35 2007
+++ settings.c	Tue May 29 15:00:57 2007
@@ -1163,7 +1163,7 @@ static int32 EngineRenewMoneyUpdate(int32 p1)
 /* End - Callback Functions */
 
 #ifndef EXTERNAL_PLAYER
-#define EXTERNAL_PLAYER "timidity"
+#define EXTERNAL_PLAYER "midiplay"
 #endif
 
 static const SettingDesc _music_settings[] = {
@@ -1172,7 +1172,7 @@ static const SettingDesc _music_settings[] = {
 	 SDT_VAR(MusicFileSettings, effect_vol, SLE_UINT8, S, 0, 128, 0, 100, 1,  STR_NULL, NULL),
 	SDT_LIST(MusicFileSettings, custom_1,   SLE_UINT8, S, 0, NULL,            STR_NULL, NULL),
 	SDT_LIST(MusicFileSettings, custom_2,   SLE_UINT8, S, 0, NULL,            STR_NULL, NULL),
-	SDT_BOOL(MusicFileSettings, playing,               S, 0, true,            STR_NULL, NULL),
+	SDT_BOOL(MusicFileSettings, playing,               S, 0, false,            STR_NULL, NULL),
 	SDT_BOOL(MusicFileSettings, shuffle,               S, 0, false,           STR_NULL, NULL),
 	 SDT_STR(MusicFileSettings, extmidi,     SLE_STRB, S, 0, EXTERNAL_PLAYER, STR_NULL, NULL),
 	 SDT_END()
