From cec11a8454918f8f2dfecf11456c252b4c052653 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 19 May 2004 01:20:40 +0000 Subject: [PATCH] fix type --- stepmania/src/arch/Sound/RageSoundDriver_CA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp index a872d64df2..7a6820d9f2 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp @@ -19,7 +19,7 @@ static AudioConverter *gConverter; /* temporary hack: */ static float g_fIOProcTime = 0; -static float g_iIOProcTimeSamples = 0; +static int g_iIOProcTimeSamples = 0; static CString FormatToString( int fmt ) {