diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 18:29:43 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 18:29:43 +0100 |
commit | 7b00754fb1c050f98380ce2d2d62a5419c700fec (patch) | |
tree | a57c6119c56236065d1f77009e87ea6fdb501323 /src | |
parent | infiniload for some reason (diff) | |
download | threshold-7b00754fb1c050f98380ce2d2d62a5419c700fec.tar.gz threshold-7b00754fb1c050f98380ce2d2d62a5419c700fec.tar.bz2 threshold-7b00754fb1c050f98380ce2d2d62a5419c700fec.tar.xz threshold-7b00754fb1c050f98380ce2d2d62a5419c700fec.tar.zst threshold-7b00754fb1c050f98380ce2d2d62a5419c700fec.zip |
release v0.0.7 interface DONE skip v0.0.6 because I CAN
Diffstat (limited to 'src')
-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): |