From eff32303c741ee61172c43c0e28a1a9f8f904c30 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Wed, 10 Nov 2010 19:34:28 +0000 Subject: [PATCH] changed the MENU_FONT size to 1.0f until mike can find a nicer solution to the menu text font size issues. THIS WASNT A PROBELM UNTIL THE FONT WAS CHANGED!!!!! find out what this font is missing that the other font had!!! previous font was able to correctly display deck menus names that were MUCH larger in sie then the new font. --- projects/mtg/src/GameStateDuel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/GameStateDuel.cpp b/projects/mtg/src/GameStateDuel.cpp index 9b18692f9..19e908213 100644 --- a/projects/mtg/src/GameStateDuel.cpp +++ b/projects/mtg/src/GameStateDuel.cpp @@ -24,7 +24,7 @@ #include #endif -const float MENU_FONT_SCALE = 0.650f; +const float MENU_FONT_SCALE = 1.0f; enum ENUM_DUEL_STATE {