Minor formatting fix

svn-id: r27651
This commit is contained in:
Oystein Eftevaag 2007-06-23 08:58:36 +00:00
parent 62a28d0864
commit d4aeb680cf

View File

@ -359,8 +359,7 @@ void Screen::k2IntroFadeToGrey(int delay) {
debugC(9, kDebugLevelScreen, "Screen::k2IntroFadeToGrey()");
for (int i = 0; i <= 50; ++i) {
if (i <= 8 || i >= 30)
{
if (i <= 8 || i >= 30) {
_currentPalette[3 * i + 0] = (_currentPalette[3 * i + 0] +
_currentPalette[3 * i + 1] +
_currentPalette[3 * i + 2]) / 3;