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.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/URecord.pas b/Game/Code/Classes/URecord.pas
index 57919fe1..10d1cbc6 100644
--- a/Game/Code/Classes/URecord.pas
+++ b/Game/Code/Classes/URecord.pas
@@ -354,7 +354,7 @@ begin
SoundCard[SC].Input[SCI].Name := InputName;
// process each input
- while (Flags <> -1) and (Flags and BASS_INPUT_OFF<>0) do
+ while (Flags <> -1) and (Flags and BASS_INPUT_TYPE_MIC<>0) do
begin
if SCI >= 1 then
begin