From 994ff6bfd803edd76f45e7b2e083c2bbd06e0cf3 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 7 Apr 2010 20:17:42 +0000 Subject: - fixed "vista-no-mic-leads-to-crash" bug - better fading texture handling - fixed black video background on second screen in song menu - "Blue Sensation" as default theme git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2224 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UIni.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Game/Code/Classes/UIni.pas') diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas index e5891f58..37258a44 100644 --- a/Game/Code/Classes/UIni.pas +++ b/Game/Code/Classes/UIni.pas @@ -428,7 +428,7 @@ begin //Theme List Patch - //I2 Saves the no of the Deluxe (Standard-) Theme + //I2 Saves the no of the (Standard-) Theme I2 := 0; //I counts is the cur. Theme no I := 0; @@ -441,8 +441,8 @@ begin Tekst := UpperCase(ThemeIni.ReadString('Theme','Name',GetFileName(SR.Name))); ThemeIni.Free; - //if Deluxe Theme then save Themeno to I2 - if (Tekst = 'DELUXE') then + //if Default Theme then save Themeno to I2 + if (Tekst = 'Blue Sensation') then I2 := I; //Search for Skins for this Theme -- cgit v1.2.3