Fixed the title screen showing up when going to graphics options while playtesting.

This commit is contained in:
Nichole Mattera 2020-08-13 08:59:14 -04:00 committed by Ethan Lee
parent ab323a7550
commit d865c37951
2 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,6 @@ VVVVVV
# Game data
data.zip
# macOS files
.DS_Store

View File

@ -320,6 +320,7 @@ int main(int argc, char *argv[])
game.levelpage = 0;
game.playcustomlevel = 0;
game.playassets = playassets;
game.menustart = true;
ed.directoryList.clear();
ed.directoryList.push_back(playtestname);