From 041ee1b932cc9c058c545595751b77893dde75dc Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Mon, 21 Jun 2010 16:33:16 +0000 Subject: - individual line breaks for each player in duet songs are now possible - fade in and out of lyrics, notes and notelines in sing screen - update of acinerella.dll - update of BASS to v2.4 - removed joypad support (did it ever worked?) - removed unused units and options git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2553 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UThemes.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Game/Code/Classes/UThemes.pas') diff --git a/Game/Code/Classes/UThemes.pas b/Game/Code/Classes/UThemes.pas index 36ac18b4..12fd5d12 100644 --- a/Game/Code/Classes/UThemes.pas +++ b/Game/Code/Classes/UThemes.pas @@ -338,7 +338,8 @@ type StaticSongName : TThemeStatic; TextSongName : TThemeText; - StaticLyricDuetBar : TThemeStatic; + StaticLyricBar : TThemeStatic; + StaticLyricDuetBar: TThemeStatic; //TimeBar mod StaticTimeProgress: TThemeStatic; @@ -1189,6 +1190,7 @@ begin ThemeLoadStatic(Sing.StaticSongName, 'SingSongNameStatic'); ThemeLoadText(Sing.TextSongName, 'SingSongNameText'); + ThemeLoadStatic(Sing.StaticLyricBar, 'SingStaticLyricBar'); ThemeLoadStatic(Sing.StaticLyricDuetBar, 'SingStaticLyricDuetBar'); //TimeBar mod -- cgit v1.2.3