diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-31 19:36:10 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-31 19:36:10 -0600 |
commit | 0a720a2259aa7b10475854964ebf74900456d229 (patch) | |
tree | fd34b35e49f1d27c1da873b7fa68d6b24104d04d /src/entities/caporale.c | |
parent | fc6e0037a2f0769fdbd4c18bd96f49d55f630757 (diff) |
Sergente stuff working
Diffstat (limited to 'src/entities/caporale.c')
-rw-r--r-- | src/entities/caporale.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 }; } |