Mostly 64 - 32 float warning fixes.

This commit is contained in:
Jason Felds
2011-06-12 03:37:10 -04:00
parent 4bb0b28fc8
commit 2ab5a4ddb8
10 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
RageSoundReader_Pan::RageSoundReader_Pan( RageSoundReader *pSource ):
RageSoundReader_Filter( pSource )
{
m_fPan = 0.0;
m_fPan = 0;
}