Do not reset title sequence when loading the title screen

This commit is contained in:
Ted John 2018-05-27 16:06:21 +01:00
parent f5e77a9e15
commit 3d98e1ad1d
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ void TitleScreen::TitleInitialise()
}
}
ChangePresetSequence((sint32)seqId);
TryLoadSequence();
}
bool TitleScreen::TryLoadSequence(bool loadPreview)