From 7259478c55bcf1eb717ee1b846522121ef5fd7f3 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 31 Jul 2023 22:10:56 -0600 Subject: Maresciallo fly away shit --- src/entities/caporale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/caporale.c') diff --git a/src/entities/caporale.c b/src/entities/caporale.c index bfdc610..32f0f20 100644 --- a/src/entities/caporale.c +++ b/src/entities/caporale.c @@ -23,7 +23,7 @@ void initCaporale(Entity * entity, Game * game) { .controller.bangbang.stopAt = 0.0, .controlType = ENTITY_FLY_TO_POINT_BANG_BANG, .rotationSpeed = 0.5, - .applyRotation = false + .applyRotation = true }; } -- cgit v1.2.3