From 30ec686cbf1273109844589abe663ce9425211b7 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 3 Mar 2010 19:19:59 +0000 Subject: new acinerella.dll; fixed bug with faulty songs using relative tag git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2168 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UFiles.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'Game/Code/Classes') diff --git a/Game/Code/Classes/UFiles.pas b/Game/Code/Classes/UFiles.pas index 35c8a850..358bc6bf 100644 --- a/Game/Code/Classes/UFiles.pas +++ b/Game/Code/Classes/UFiles.pas @@ -131,6 +131,7 @@ begin Song.GAP := 0; Song.Start := 0; Song.Finish := 0; + Song.Relative := false; //Additional Information Song.Background := ''; -- cgit v1.2.3