fixed a warning tried as error in MTGGamePhase...

This commit is contained in:
omegablast2002@yahoo.com
2011-08-03 12:25:09 +00:00
parent 56c68e799c
commit 07662b08f6

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(1.4);
GuiPhaseBar::GetInstance()->Zoom(float(1.4));
if(key == JGE_BTN_OK)
{
key = trigger;