aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/URecord.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/URecord.pas')
-rw-r--r--Game/Code/Classes/URecord.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Classes/URecord.pas b/Game/Code/Classes/URecord.pas
index 03cf137e..ebb0f5b8 100644
--- a/Game/Code/Classes/URecord.pas
+++ b/Game/Code/Classes/URecord.pas
@@ -77,7 +77,7 @@ begin
S := L - n;
L := n;
end;
-
+
// copy to array
for A := L+1 to n do
BufferArray[A-L] := BufferArray[A];
@@ -214,9 +214,9 @@ var
P1: integer;
P2: integer;
Boost: byte;
+
begin
// Log.LogDebug('Record -> GetMicrophone: len='+inttstr(len));
-
// set boost
case Ini.MicBoost of
0: Boost := 1;