summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpasky <pasky@openttd.org>2005-03-27 15:42:25 +0000
committerpasky <pasky@openttd.org>2005-03-27 15:42:25 +0000
commit04dc6441aad06c067fced48e132afc89c899c10e (patch)
tree025c800afe780843a500c7cc0b176d165425ea44 /Makefile
parent60bb2374d6fcb24eaec82eae2470e3e0d65c0213 (diff)
downloadopenttd-04dc6441aad06c067fced48e132afc89c899c10e.tar.xz
(svn r2088) - Fix: [ 1155158 ] Make extmidi command a config option in addition to the compile-time MIDI switch. Patch by macbaine.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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
#