diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-08 14:56:28 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-08 14:56:28 -0600 |
commit | 20be44ab48c3c8ec94f7eecddd48fc0c5ae18c6e (patch) | |
tree | d78962571412f1e05006f6f38b46c567e707487e /src/entities/antifaShip.c | |
parent | cbc6853814b0d1c4cd58784ee8e5c619c6491323 (diff) |
Shot gun thingy working
Diffstat (limited to 'src/entities/antifaShip.c')
-rw-r--r-- | src/entities/antifaShip.c | 2 |
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); } |