Nicolas Cannasse пре 8 година
родитељ
комит
a88f8823b6
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      hxd/res/FileTree.hx

+ 4 - 0
hxd/res/FileTree.hx

@@ -45,6 +45,10 @@ class FileTree {
 			if( Context.defined("cpp") ) Cpp else
 			if( Context.defined("hl") ) HL else
 			Unknown;
+		if( platform == HL )
+			pairedExt.set("ogg", ["mp3", "wav"]);
+		else
+			pairedExt.set("mp3", ["ogg", "wav"]);
 	}
 
 	public static function resolvePath( ?dir:String ) {