aboutsummaryrefslogtreecommitdiff
path: root/src/entities/antifaShip.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-08 14:56:28 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-08 14:56:28 -0600
commit20be44ab48c3c8ec94f7eecddd48fc0c5ae18c6e (patch)
treed78962571412f1e05006f6f38b46c567e707487e /src/entities/antifaShip.c
parentcbc6853814b0d1c4cd58784ee8e5c619c6491323 (diff)
Shot gun thingy working
Diffstat (limited to 'src/entities/antifaShip.c')
-rw-r--r--src/entities/antifaShip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/antifaShip.c b/src/entities/antifaShip.c
index fba84aa..6e8c239 100644
--- a/src/entities/antifaShip.c
+++ b/src/entities/antifaShip.c
@@ -117,7 +117,7 @@ void updateAntifaShip(Game * game, Entity * entity) {
break;
}
- printf("%f\n", entity->health);
+ //printf("%f\n", entity->health);
entityCheckTransformedCollisionModel(entity);
}