From 04dc6441aad06c067fced48e132afc89c899c10e Mon Sep 17 00:00:00 2001 From: pasky Date: Sun, 27 Mar 2005 15:42:25 +0000 Subject: (svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 213b2bbd9..90fd85a9c 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,8 @@ # RELEASE: this will be the released version number. It replaces all places # where it normally would print the revision number # MIDI: if set, it will use it as custom path to midi player. -# If unset, it will use the hardcoded path in the c code +# If unset, it will use the hardcoded path in the c code +# This can still be overriden by the music.extmidi openttd.cfg option. # WITH_NETWORK: enable networking # DEDICATED: allows compilation on UNIX without SDL. Useful for dedicated servers # -- cgit v1.2.3-54-g00ecf