diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-18 05:54:30 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-18 05:54:30 -0600 |
commit | f3f5fedbf591c10fa675a32103bab9480b42abe8 (patch) | |
tree | 54b46a23279cc45091393762c0d01b9c3637b729 /src/entities/soldato.h | |
parent | 77a06748f9f394486cad833e2ca351e8dbcc7361 (diff) |
Bullet system added
Diffstat (limited to 'src/entities/soldato.h')
-rw-r--r-- | src/entities/soldato.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/soldato.h b/src/entities/soldato.h index 5123aee..f93206d 100644 --- a/src/entities/soldato.h +++ b/src/entities/soldato.h @@ -6,7 +6,7 @@ #define SOLDATO_H typedef struct Soldato { - PID speedPID; + EntityFlyToPointInfo flyToPoint; } Soldato; void initSoldato(Entity * entity, Game * game); |