hedgewars/uSound.pas
changeset 5239 f34f391a223b
parent 5238 46ddaf14509d
child 5635 0c17c8791ac9
child 5638 e35ba2a400d8
--- a/hedgewars/uSound.pas	Sun Jun 12 21:06:48 2011 -0400
+++ b/hedgewars/uSound.pas	Sun Jun 12 22:34:38 2011 -0400
@@ -375,7 +375,7 @@
     if (not isSoundEnabled) or (MusicFN = '') or (not isMusicEnabled) then
         exit;
 
-    s:= UserPathPrefix + '/Music/' + MusicFN;
+    s:= UserPathPrefix + '/Data/Music/' + MusicFN;
     if not FileExists(s) then s:= PathPrefix + '/Music/' + MusicFN;
     WriteToConsole(msgLoading + s + ' ');