diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 8c92ab78..158f2f72 100644 --- a/src/being.h +++ b/src/being.h @@ -596,7 +596,7 @@ class Being : public Sprite bool mParticleEffects; /**< Whether to display particles or not */ /** Engine-related infos about weapon. */ - const ItemInfo* mEquippedWeapon; + const ItemInfo *mEquippedWeapon; static std::vector<std::string> hairColors; static int mNumberOfHairColors; /** Number of hair colors in use */ |