Minor improvements to the UX

1. Game will now be paused on movie finish
2. Added 'Save without Closing'
This commit is contained in:
zhupengfei
2020-10-14 22:35:20 +08:00
parent f8eb9a541d
commit b2531310b4
5 changed files with 47 additions and 4 deletions

View File

@@ -543,6 +543,7 @@ void Movie::StartPlayback(const std::string& movie_file) {
current_byte = 0;
current_input = 0;
id = header.id;
program_id = header.program_id;
LOG_INFO(Movie, "Loaded Movie, ID: {:016X}", id);
}