aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ffa7e30..cb0894e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -56,7 +56,6 @@ int main(void) {
game = new Game(s);
background = LoadTexture(game->getBackground().c_str());
gs = GAMEPLAY;
- game->start();
}
if (IsKeyPressed(KEY_DOWN) && nPick < (pick.size() - 1)) {
nPick++;