Revert fade change

svn-id: r11734
This commit is contained in:
Travis Howell 2003-12-18 09:10:47 +00:00
parent 592822fbe5
commit d0da61f8aa
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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);
}