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
commit8591ff41cc4597785cf4841c67a93f8ab8e006bb (patch)
treefce554a01119cd5d6c7bf58f770a96d121a41f35 /src/sound_type.h
parent91866a381d3fbcb25702406a096829a8dab6861a (diff)
downloadopenttd-8591ff41cc4597785cf4841c67a93f8ab8e006bb.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 {