mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
Revert fade change
svn-id: r11734
This commit is contained in:
parent
592822fbe5
commit
d0da61f8aa
@ -2428,6 +2428,7 @@ void SimonEngine::o_fade_to_black() {
|
||||
palette_fadeout((uint32 *)_video_buf_1 + 32 + 16 + 144 + 16, 48);
|
||||
|
||||
_system->set_palette(_video_buf_1, 0, 256);
|
||||
_system->update_screen();
|
||||
delay(5);
|
||||
} while (--i);
|
||||
|
||||
|
@ -1717,6 +1717,7 @@ void SimonEngine::vc_62_palette_thing() {
|
||||
for (i = NUM_PALETTE_FADEOUT; i != 0; --i) {
|
||||
palette_fadeout((uint32 *)_video_buf_1, _video_num_pal_colors);
|
||||
_system->set_palette(_video_buf_1, 0, _video_num_pal_colors);
|
||||
_system->update_screen();
|
||||
delay(5);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user