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 6fac98b7..6d2bada6 100644 --- a/src/being.h +++ b/src/being.h @@ -371,7 +371,7 @@ class Being : public Sprite bool mShowSpeech, mShowDamage; Sint32 mPx, mPy; /**< Pixel coordinates */ - std::vector<AnimatedSprite *>mSprites; + std::vector<AnimatedSprite*> mSprites; }; #endif |