summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-02-20 23:40:53 +0000
committerDarkvater <Darkvater@openttd.org>2006-02-20 23:40:53 +0000
commit83957ac5ad135b1dc8c8c404046f96e888b444df (patch)
tree7df7de39c7fc63514cc6886a52e30f34423a0e8c /settings.c
parenta2c9df81b9459cb021d28c6913c2ff59d3efa312 (diff)
downloadopenttd-83957ac5ad135b1dc8c8c404046f96e888b444df.tar.xz
(svn r3641) - Rename MusicFilesettings 'btn_down' to more sensible 'playing'
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index e64907c02..555a7c329 100644
--- a/settings.c
+++ b/settings.c
@@ -794,7 +794,7 @@ static const SettingDesc music_settings[] = {
{"effect_vol",SDT_UINT8, (void*)128, &msf.effect_vol, NULL},
{"custom_1", SDT_INTLIST | SDT_UINT8 | lengthof(msf.custom_1) << 16, NULL, &msf.custom_1, NULL},
{"custom_2", SDT_INTLIST | SDT_UINT8 | lengthof(msf.custom_2) << 16, NULL, &msf.custom_2, NULL},
- {"playing", SDT_BOOL, (void*)true, &msf.btn_down, NULL},
+ {"playing", SDT_BOOL, (void*)true, &msf.playing, NULL},
{"shuffle", SDT_BOOL, (void*)false, &msf.shuffle, NULL},
{"extmidi", SDT_STRINGBUF | (lengthof(msf.extmidi)<<16), EXTERNAL_PLAYER, &msf.extmidi, NULL},
{NULL, 0, NULL, NULL, NULL}