(svn r274) Mac: restored extmusic to be default, which were accidently turned off by a windows music fix
authorbjarni
Thu, 16 Sep 2004 16:44:36 +0000
changeset 268 842dedb3bf05
parent 267 ee1ce0133772
child 269 adc1b420377e
(svn r274) Mac: restored extmusic to be default, which were accidently turned off by a windows music fix
unix.c
--- a/unix.c	Thu Sep 16 15:21:24 2004 +0000
+++ b/unix.c	Thu Sep 16 16:44:36 2004 +0000
@@ -357,7 +357,8 @@
 	 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)