aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-01-03 23:05:41 +0100
committersalaaad2 <arthurdurant263@gmail.com>2022-01-03 23:05:41 +0100
commit0c083ab2d3fd8151e6fd4238cf2159b56b96a708 (patch)
treefb59346977c5303c531db8ca187492434b6beaa0 /src/main.cpp
parentI may have an idea (diff)
downloadthreshold-0c083ab2d3fd8151e6fd4238cf2159b56b96a708.tar.gz
threshold-0c083ab2d3fd8151e6fd4238cf2159b56b96a708.tar.bz2
threshold-0c083ab2d3fd8151e6fd4238cf2159b56b96a708.tar.xz
threshold-0c083ab2d3fd8151e6fd4238cf2159b56b96a708.tar.zst
threshold-0c083ab2d3fd8151e6fd4238cf2159b56b96a708.zip
treschaud
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 283390a..20a6cdc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,7 +24,6 @@ int main(void) {
}
case (GAMEPLAY):
{
- game->tick();
break ;
}
case (ENDING):