changed it to 1.4f

This commit is contained in:
omegablast2002@yahoo.com
2011-08-03 14:56:12 +00:00
parent af18fb0172
commit 5cd779094d

View File

@@ -47,7 +47,7 @@ bool MTGGamePhase::CheckUserInput(JButton key)
{
if(x1 < 28 && y1 <185 && y1 > 106)
{ /* See GuiPhaseBar to understand where those values come from */
GuiPhaseBar::GetInstance()->Zoom(float(1.4));
GuiPhaseBar::GetInstance()->Zoom(1.4f);
if(key == JGE_BTN_OK)
{
key = trigger;