summaryrefslogtreecommitdiff
path: root/src/sound_type.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-01-08 12:05:14 +0000
committerpeter1138 <peter1138@openttd.org>2009-01-08 12:05:14 +0000
commit020dbb180a11d27b2064640953f3960ede09f9c6 (patch)
treefce554a01119cd5d6c7bf58f770a96d121a41f35 /src/sound_type.h
parent45f1d83bc76d7d4d47885cf8489669300d072f8c (diff)
downloadopenttd-020dbb180a11d27b2064640953f3960ede09f9c6.tar.xz
(svn r14909) -Codechange: Remove global option for the extmidi driver and make it a driver parameter with the name cmd instead. This means if you have an "extmidi = ..." line in your config you must change it to "musicdriver = extmidi:cmd=...", in the [misc] section.
Diffstat (limited to 'src/sound_type.h')
-rw-r--r--src/sound_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound_type.h b/src/sound_type.h
index 3fdf3aef5..8efc6a22a 100644
--- a/src/sound_type.h
+++ b/src/sound_type.h
@@ -15,7 +15,6 @@ struct MusicFileSettings {
byte custom_2[33];
bool playing;
bool shuffle;
- char extmidi[80];
};
struct FileEntry {