aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/USongs.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/USongs.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/USongs.pas b/Game/Code/Classes/USongs.pas
index 39aeba31..c605703d 100644
--- a/Game/Code/Classes/USongs.pas
+++ b/Game/Code/Classes/USongs.pas
@@ -174,7 +174,7 @@ begin
res := AnalyseFile(Song[SLen]); //TODO Hash?
- if res and (Song[SLen].Medley.Source=msNone) then
+ if res then
begin
SetLength(Czesci, 1);
AktSong := Song[SLen];