diff options
Diffstat (limited to 'src/entities/antifaShip.h')
-rw-r--r-- | src/entities/antifaShip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/antifaShip.h b/src/entities/antifaShip.h index 06ef094..e9c78bd 100644 --- a/src/entities/antifaShip.h +++ b/src/entities/antifaShip.h @@ -9,6 +9,7 @@ typedef struct AntifaShip { Vector2 lastMouse; float forwardSpeed; + bool shouldInitMousePosition; } AntifaShip; void initAntifaShip(Entity * entity, Game * game); |