aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-07 18:29:43 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-07 18:29:43 +0100
commit7b00754fb1c050f98380ce2d2d62a5419c700fec (patch)
treea57c6119c56236065d1f77009e87ea6fdb501323 /src
parentinfiniload for some reason (diff)
downloadthreshold-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.cpp2
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):