aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
diff options
context:
space:
mode:
authorOystein Eftevaag2007-06-23 08:58:36 +0000
committerOystein Eftevaag2007-06-23 08:58:36 +0000
commitd4aeb680cf598bea13d20d2e11f5749b6b997179 (patch)
treec2e927ee497a82241972535f5e3e0bbcfe36be42 /engines/kyra/screen.cpp
parent62a28d0864976103f678ab16d3401f05cd337693 (diff)
downloadscummvm-rg350-d4aeb680cf598bea13d20d2e11f5749b6b997179.tar.gz
scummvm-rg350-d4aeb680cf598bea13d20d2e11f5749b6b997179.tar.bz2
scummvm-rg350-d4aeb680cf598bea13d20d2e11f5749b6b997179.zip
Minor formatting fix
svn-id: r27651
Diffstat (limited to 'engines/kyra/screen.cpp')
-rw-r--r--engines/kyra/screen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp
index 4beb371479..02eb1c9ea7 100644
--- a/engines/kyra/screen.cpp
+++ b/engines/kyra/screen.cpp
@@ -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;