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
+2 -2
View File
@@ -17,7 +17,7 @@ void ScreenTestSound::Init()
HEEEEEEEEELP.SetXY(450, 400);
HEEEEEEEEELP.LoadFromFont( THEME->GetPathF("Common","normal") );
HEEEEEEEEELP.SetZoom(.5);
HEEEEEEEEELP.SetZoom(.5f);
HEEEEEEEEELP.SetText(
"p Play\n"
"s Stop\n"
@@ -29,7 +29,7 @@ void ScreenTestSound::Init()
{
this->AddChild(&s[i].txt);
s[i].txt.LoadFromFont( THEME->GetPathF("Common","normal") );
s[i].txt.SetZoom(.5);
s[i].txt.SetZoom(.5f);
}
s[0].txt.SetXY(150, 100);