mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
LASTEXPRESS: Hide menu elements after a game has been loaded
svn-id: r53884
This commit is contained in:
parent
cdfcaa4d48
commit
44ba44297d
@ -1114,8 +1114,13 @@ void Menu::init(bool doSavegame, SavegameType type, uint32 value) {
|
||||
|
||||
// Start a game (or load an existing savegame)
|
||||
void Menu::startGame() {
|
||||
// Clear savegame headers
|
||||
getSaveLoad()->clear();
|
||||
|
||||
// Hide menu elements
|
||||
_clock->clear();
|
||||
_trainLine->clear();
|
||||
|
||||
if (_lastIndex == _index) {
|
||||
setGlobalTimer(0);
|
||||
if (_index) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user