aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.hpp')
-rw-r--r--src/entity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.hpp b/src/entity.hpp
index a38edcf..6c803df 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -25,7 +25,7 @@ class Entity {
double furyTime;
double reloadTime;
Vector2 direction;
- Weapon * wp;
+ AWeapon * wp;
Image img;
Texture2D idleTex;
Texture2D hurtTex;