summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-09-16 16:44:36 +0000
committerbjarni <bjarni@openttd.org>2004-09-16 16:44:36 +0000
commite63f6efaef7b50ae7241c844808c12c56200006f (patch)
tree308c96b8d84a207cbc33d67845d94593b95a9ec1 /unix.c
parent11545f1c4d7dd4664b263323ece1b655bf6ee313 (diff)
downloadopenttd-e63f6efaef7b50ae7241c844808c12c56200006f.tar.xz
(svn r274) Mac: restored extmusic to be default, which were accidently turned off by a windows music fix
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 829d53bbd..6735446cd 100644
--- a/unix.c
+++ b/unix.c
@@ -357,7 +357,8 @@ const DriverDesc _music_driver_descs[] = {
Not needed for *nix. */
byte GetOSVersion()
{
- return 1; // any arbitrary number bigger then 0
+ return 2; // any arbitrary number bigger then 0
+ // numbers lower than 2 breaks default music selection on mac
}
bool FileExists(const char *filename)