diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-03 23:05:41 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-03 23:05:41 +0100 |
commit | 0c083ab2d3fd8151e6fd4238cf2159b56b96a708 (patch) | |
tree | fb59346977c5303c531db8ca187492434b6beaa0 /src/main.cpp | |
parent | I may have an idea (diff) | |
download | threshold-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.cpp | 1 |
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): |