about summary refs log tree commit diff stats
path: root/src/marathon.c
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-11 20:50:11 -0400
committerCharadon <dev@iotib.net>2022-06-11 20:50:11 -0400
commit9aeea3ebd946f8803fe880c1c6fc98483a002444 (patch)
tree00f490b0ea9e79005f6e73d2ffc107c0190aa39b /src/marathon.c
parentd3bd312749481a660556de4c14b47ffaa26c8374 (diff)
downloadPong-C-9aeea3ebd946f8803fe880c1c6fc98483a002444.tar.gz
Switching to software mouse rather than use system mouse because it's a pain in the ass
Diffstat (limited to 'src/marathon.c')
-rw-r--r--src/marathon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/marathon.c b/src/marathon.c
index 6e871fa..135c533 100644
--- a/src/marathon.c
+++ b/src/marathon.c
@@ -145,7 +145,7 @@ void marathon_main() {
 	}
 
         // Collision
-        ball(&Player.HitBox, NULL, &Ball, &Player.Score, NULL);
+       	ball(&Player.HitBox, NULL, &Ball, &Player.Score, NULL);
         //Updates hitbox with player's position.
 	Player.HitBox.y = Player.Y;
 
51' href='#n151'>151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168