Fix bug where mode change due to rewind is not shown
This commit is contained in:
parent
b000ec93ce
commit
d66ddeb7dc
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ void do_load_beginning() throw(std::bad_alloc, std::runtime_error)
|
|||
redraw_framebuffer(screen_corrupt, true);
|
||||
throw;
|
||||
}
|
||||
information_dispatch::do_mode_change(movb.get_movie().readonly_mode());
|
||||
our_movie.is_savestate = false;
|
||||
our_movie.host_memory.clear();
|
||||
messages << "Movie rewound to beginning." << std::endl;
|
||||
|
|
Loading…
Add table
Reference in a new issue