mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
Indentation fix
svn-id: r15436
This commit is contained in:
parent
2ca4529bba
commit
a6632277e1
@ -1031,7 +1031,7 @@ void Display::blankScreenEffect2() {
|
||||
p += SCREEN_W;
|
||||
}
|
||||
_system->copyRectToScreen(buf, SCREEN_W, x, y, 2, 2);
|
||||
_system->updateScreen();
|
||||
_system->updateScreen();
|
||||
_vm->input()->delay(10);
|
||||
}
|
||||
}
|
||||
@ -1060,7 +1060,7 @@ void Display::blankScreenEffect3() {
|
||||
++i;
|
||||
_system->copyRectToScreen(buf, SCREEN_W, x, y, 2, 2);
|
||||
}
|
||||
_system->updateScreen();
|
||||
_system->updateScreen();
|
||||
_vm->input()->delay(10);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user