mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 15:32:19 +03:00
Fixed the title screen showing up when going to graphics options while playtesting.
This commit is contained in:
committed by
Ethan Lee
parent
ab323a7550
commit
d865c37951
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user