From f3f5fedbf591c10fa675a32103bab9480b42abe8 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Tue, 18 Jul 2023 05:54:30 -0600 Subject: Bullet system added --- src/entities/soldato.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/entities/soldato.h') 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); -- cgit v1.2.3