From fc6e0037a2f0769fdbd4c18bd96f49d55f630757 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 30 Jul 2023 23:51:37 -0600 Subject: Started caporale circling thingy --- src/entities/antifaShip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entities/antifaShip.c') diff --git a/src/entities/antifaShip.c b/src/entities/antifaShip.c index 94fc8c8..6c017c8 100644 --- a/src/entities/antifaShip.c +++ b/src/entities/antifaShip.c @@ -120,6 +120,8 @@ void updateAntifaShip(Game * game, Entity * entity) { break; } + //printf("%f\n", entity->health); + entityCheckTransformedCollisionModel(entity); } -- cgit v1.2.3