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)) ); }