aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-03-19 12:23:52 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-03-19 12:23:52 +0000
commitff42f27b35ffa71954d725a39c06d114d237e05d (patch)
tree4f7310c17b7eba799e7aae9f8d72be457da7a260
parent442eb9c38bd402371787e9f56e4b732104e131ed (diff)
downloadusdx-ff42f27b35ffa71954d725a39c06d114d237e05d.tar.gz
usdx-ff42f27b35ffa71954d725a39c06d114d237e05d.tar.xz
usdx-ff42f27b35ffa71954d725a39c06d114d237e05d.zip
list all mics: check for BASS_INPUT_TYPE_MIC instead of BASS_INPUT_TYPE_OFF<>0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2809 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--Game/Code/Classes/URecord.pas2
-rw-r--r--Game/Code/UltraStar.dpr2
-rw-r--r--Installer/settings/variables.nsh2
3 files changed, 3 insertions, 3 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
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index efdb9017..5b2d892d 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -123,7 +123,7 @@ uses
const
VersionName = 'UltraStar Deluxe Challenge, Medley & Duet Edition';
- VersionNumber = 'r9.9';
+ VersionNumber = 'r9.13';
var
WndTitle: string;
diff --git a/Installer/settings/variables.nsh b/Installer/settings/variables.nsh
index 7f064b01..8665e05a 100644
--- a/Installer/settings/variables.nsh
+++ b/Installer/settings/variables.nsh
@@ -1,7 +1,7 @@
; These are the common used variables
; for the USdx Challenge, Medley & Duet Edition Installation Wizard
-!define version "r9.9" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
+!define version "r9.13" ; Current version of UltraStar Deluxe Challenge, Medley & Duet Edition
!define p_name "UltraStar Deluxe CMD Edition" ; Just the name of the program
!define publisher "USDX Team" ; Publisher
!define homepage "http://www.ultrastardeluxe.org/" ; Project Homepage