Fixed compilation on linux

This commit is contained in:
Xawotihs@gmail.com
2012-02-08 22:00:35 +00:00
parent 85848cfe41
commit 84abe7c9cf

View File

@@ -28,7 +28,9 @@ float GameStateShop::_y4[] = { 169, 188, 250, 182, 182, 168, 220, 208, 198, 259,
namespace
{
float kPspIconScaleFactor = 0.5f;
#ifndef TOUCH_ENABLED
float kPspIconScaleFactor = 0.5f;
#endif // TOUCH_ENABLED
std::string kOtherCardsString(": Other cards");
std::string kCreditsString("Credits: ");
}