mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Fixed the title screen showing up when going to graphics options while playtesting.
This commit is contained in:
parent
ab323a7550
commit
d865c37951
2 changed files with 4 additions and 0 deletions
3
desktop_version/.gitignore
vendored
3
desktop_version/.gitignore
vendored
|
@ -12,3 +12,6 @@ VVVVVV
|
||||||
|
|
||||||
# Game data
|
# Game data
|
||||||
data.zip
|
data.zip
|
||||||
|
|
||||||
|
# macOS files
|
||||||
|
.DS_Store
|
||||||
|
|
|
@ -320,6 +320,7 @@ int main(int argc, char *argv[])
|
||||||
game.levelpage = 0;
|
game.levelpage = 0;
|
||||||
game.playcustomlevel = 0;
|
game.playcustomlevel = 0;
|
||||||
game.playassets = playassets;
|
game.playassets = playassets;
|
||||||
|
game.menustart = true;
|
||||||
|
|
||||||
ed.directoryList.clear();
|
ed.directoryList.clear();
|
||||||
ed.directoryList.push_back(playtestname);
|
ed.directoryList.push_back(playtestname);
|
||||||
|
|
Loading…
Reference in a new issue