mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 10:58:01 +00:00
Minor formatting fix
svn-id: r27651
This commit is contained in:
parent
62a28d0864
commit
d4aeb680cf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user