From a7d0970a2e7dec907fccbc2d63ffb5cb799a7505 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Sat, 30 Oct 2010 11:22:25 +0000 Subject: - correct drawing of short notes in 4/6-player mode on one screen - rimshot022b.mp3 + 15db - changed fonts: higher resolution esp. for medley countdown - some other bugfixes and corrections - update of installer files git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2699 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UIni.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/Classes/UIni.pas') diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas index 66bfba26..46137de8 100644 --- a/Game/Code/Classes/UIni.pas +++ b/Game/Code/Classes/UIni.pas @@ -294,7 +294,7 @@ begin if Tekst = INewPartyPoints[Pet] then Ini.NewPartyPoints := Pet; // ShowCredits - Tekst := IniFile.ReadString('Game', 'ShowCredits', IShowCredits[1]); + Tekst := IniFile.ReadString('Game', 'ShowCredits', IShowCredits[0]); for Pet := 0 to High(IShowCredits) do if Tekst = IShowCredits[Pet] then Ini.ShowCredits := Pet; -- cgit v1.2.3