diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-03 19:19:59 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-03-03 19:19:59 +0000 |
commit | 30ec686cbf1273109844589abe663ce9425211b7 (patch) | |
tree | 86e3ee849fdd279d3453c24923b19bb925e50496 | |
parent | af4e39c18691b3b18bcffaed513eb3b2a5298950 (diff) | |
download | usdx-30ec686cbf1273109844589abe663ce9425211b7.tar.gz usdx-30ec686cbf1273109844589abe663ce9425211b7.tar.xz usdx-30ec686cbf1273109844589abe663ce9425211b7.zip |
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
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/UFiles.pas | 1 | ||||
-rw-r--r-- | Game/Code/UltraStar.dpr | 2 | ||||
-rw-r--r-- | Game/Output/acinerella.dll | bin | 6469651 -> 6466067 bytes |
3 files changed, 2 insertions, 1 deletions
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 := '';
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 76e2f441..6e0f385a 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -124,7 +124,7 @@ uses acinerella in 'lib\acinerella\acinerella.pas';
const
- Version = 'UltraStar Deluxe v1.0.1a Challenge-MOD r7 beta 4 2010-03-02';
+ Version = 'UltraStar Deluxe v1.0.1a Challenge-MOD r7 beta 5 2010-03-02';
var
WndTitle: string;
diff --git a/Game/Output/acinerella.dll b/Game/Output/acinerella.dll Binary files differindex 1ce3479e..98e4477b 100644 --- a/Game/Output/acinerella.dll +++ b/Game/Output/acinerella.dll |