summaryrefslogtreecommitdiff
path: root/src/music/extmidi.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2017-03-29 17:36:46 +0000
committerpeter1138 <peter1138@openttd.org>2017-03-29 17:36:46 +0000
commita9a7abf26c6556c874521deaf27956d84875cd03 (patch)
tree0a95992fb3e4cf8ae1b7ab41a5c247b7923d3881 /src/music/extmidi.h
parent06785c9df2065183a4890c15fdbb5a325ee8ccbf (diff)
downloadopenttd-a9a7abf26c6556c874521deaf27956d84875cd03.tar.xz
(svn r27834) -Change: Parse extmidi command string for parameters to pass on.
Diffstat (limited to 'src/music/extmidi.h')
-rw-r--r--src/music/extmidi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/extmidi.h b/src/music/extmidi.h
index c6a9e08f8..cfbd89459 100644
--- a/src/music/extmidi.h
+++ b/src/music/extmidi.h
@@ -16,7 +16,7 @@
class MusicDriver_ExtMidi : public MusicDriver {
private:
- char *command;
+ char **params;
char song[MAX_PATH];
pid_t pid;