aboutsummaryrefslogtreecommitdiff
path: root/src/entities/soldato.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/soldato.h')
-rw-r--r--src/entities/soldato.h2
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);