From b21d558674d2e1d3f400faa09ef2280e72e39cdf Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 31 May 2009 05:57:21 +0000 Subject: [PATCH] J : * Fix a little syntax error --- projects/mtg/src/CardEffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/CardEffect.cpp b/projects/mtg/src/CardEffect.cpp index 20dc5102f..97d0546ae 100644 --- a/projects/mtg/src/CardEffect.cpp +++ b/projects/mtg/src/CardEffect.cpp @@ -18,7 +18,7 @@ CardEffect::CardEffect() palette[i] = ARGB(((unsigned char)(191 + 64 * (sinf(M_PI*sinf(2*M_PI*((float)i)/256.0)/2)))), 0, (unsigned char)(200 * (0.5 + sinf(2*M_PI*((float)i)/256.0)/2) * (0.5 + sinf(2*M_PI*((float)i)/256.0)/2)), - (unsigned char)(200 * (0.5 + sinf(2*M_PI*((float)i)/256.0)/2) ), + (unsigned char)(200 * (0.5 + sinf(2*M_PI*((float)i)/256.0)/2)) ); }