diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index aeff74e..f03e003 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,6 +52,7 @@ int main(void) { if (IsKeyPressed(KEY_ENTER)) { std::string s(path); + s += "/"; s += pick[nPick]; game = new Game(s); gs = GAMEPLAY; @@ -126,7 +127,6 @@ int main(void) { DrawText(pick[n].c_str(), 400, 240 + (n * 40), 40, COOLPURPLE); } - break ; } case (GAMEPLAY): |