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/entity.h | |
parent | fc6e0037a2f0769fdbd4c18bd96f49d55f630757 (diff) |
Sergente stuff working
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h index 33e1925..37b80a5 100644 --- a/src/entity.h +++ b/src/entity.h @@ -174,6 +174,7 @@ typedef struct EntityFlyToPointInfo { uint8_t controlType; float rotationSpeed; // 0.0 to not use. + bool applyRotation; } EntityFlyToPointInfo; void entityFlyToPoint(Entity * entity, Vector3 point, EntityFlyToPointInfo * info); |