summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-06 22:16:10 +0200
committerkdx <kikoodx@paranoici.org>2023-05-06 22:16:10 +0200
commit599bfa923f414852780e2da4f3821d88547f4023 (patch)
treecadad6872ee4c8e524fa2c911ba0fbc52693e5be
parent3f57eb64fea1482146f22dbc4dadafa991e2ad36 (diff)
downloadstudy-sttky-599bfa923f414852780e2da4f3821d88547f4023.tar.gz
don't yo at me bro
-rw-r--r--src/player.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/player.c b/src/player.c
index 155d8bd..489dae0 100644
--- a/src/player.c
+++ b/src/player.c
@@ -27,10 +27,8 @@ IMPL(update) {
else
this->vel[1] += 0.1;
- if (this->pos[0] > PX_WIDTH) {
+ if (this->pos[0] > PX_WIDTH)
g->queue_next_scene = 1;
- printf("YO\n");
- }
move();