From 60e6d3f9904a8114e985fccd14454b9b604ea275 Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Wed, 28 Apr 2010 19:54:31 +0000 Subject: - new SDL.dll (with a quick and dirty workaround for the hanging-mouse problem) - changing of sorting and folder-option (on/off) does not need any restart now - a lot of code clean up - some bugfixes... i hope... dont't know which... git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2316 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/URecord.pas | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Game/Code/Classes/URecord.pas') diff --git a/Game/Code/Classes/URecord.pas b/Game/Code/Classes/URecord.pas index 2ec5439a..c478aebc 100644 --- a/Game/Code/Classes/URecord.pas +++ b/Game/Code/Classes/URecord.pas @@ -128,6 +128,7 @@ begin // prepare to analyze MaxW := 0; + MaxT := 0; // analyze all 12 halftones for T := 0 to 35 do begin // to 11, then 23, now 35 (for Whitney and my high voice) @@ -207,8 +208,6 @@ var L: integer; S: integer; PB: pbytearray; - PW: pwordarray; - SI: smallintarray; PSI: psmallintarray; I: integer; Skip: integer; @@ -224,6 +223,7 @@ begin 1: Boost := 2; 2: Boost := 4; 3: Boost := 8; + else Boost := 1; end; // boost buffer @@ -368,4 +368,3 @@ begin end; end. - -- cgit v1.2.3