aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-20 08:21:53 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-20 08:21:53 +0100
commit7efaa52afcc7e509f2d96af4acdd387a205ce157 (patch)
tree942d04c82b3f8c547f8008de2deba359864f2ddb /src/main.cpp
parentbuff shotty & audio is now working I guess ???? ? (diff)
downloadthreshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.gz
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.bz2
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.xz
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.tar.zst
threshold-7efaa52afcc7e509f2d96af4acdd387a205ce157.zip
rework parsing and level mangment. commit often
Diffstat (limited to '')
-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++;