From 0a720a2259aa7b10475854964ebf74900456d229 Mon Sep 17 00:00:00 2001
From: nathansmithsmith <nathansmith7@mailfence.com>
Date: Mon, 31 Jul 2023 19:36:10 -0600
Subject: Sergente stuff working

---
 src/entities/caporale.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'src/entities/caporale.c')

diff --git a/src/entities/caporale.c b/src/entities/caporale.c
index c8b4345..bfdc610 100644
--- a/src/entities/caporale.c
+++ b/src/entities/caporale.c
@@ -22,7 +22,8 @@ void initCaporale(Entity * entity, Game * game) {
 		.controller.bangbang.speed = 80,
 		.controller.bangbang.stopAt = 0.0,
 		.controlType = ENTITY_FLY_TO_POINT_BANG_BANG,
-		.rotationSpeed = 0.5
+		.rotationSpeed = 0.5,
+		.applyRotation = false
 	};
 }
 
-- 
cgit v1.2.3