aboutsummaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-07-31 19:36:10 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-07-31 19:36:10 -0600
commit0a720a2259aa7b10475854964ebf74900456d229 (patch)
treefd34b35e49f1d27c1da873b7fa68d6b24104d04d /src/entity.h
parentfc6e0037a2f0769fdbd4c18bd96f49d55f630757 (diff)
Sergente stuff working
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h1
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);