aboutsummaryrefslogtreecommitdiff
path: root/src/entities
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/antifaShip.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/entities/antifaShip.c b/src/entities/antifaShip.c
index 34d394b..60f9957 100644
--- a/src/entities/antifaShip.c
+++ b/src/entities/antifaShip.c
@@ -279,19 +279,6 @@ void drawAntifaShip(Game * game, Entity * entity) {
);
}
- if (IsMouseButtonDown(MOUSE_RIGHT_BUTTON))
- DrawCylinderWiresEx(
- entity->position,
- Vector3Add(
- entity->position,
- Vector3Scale(Vector3RotateByQuaternion((Vector3){0.0, 0.0, 1.0}, entity->rotation), 10.0)
- ),
- entity->radius / 2.0,
- ANTIFA_START_AUTO_TARGET_MAX * 10.0,
- 16,
- BLUE
- );
-
// Draw bullet being shot.
if (GetTime() - data->timeSinceLastBullet <= ANTIFA_DRAW_BULLET_FOR)
DrawRay(data->lastBulletShot.ray, RED);