diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/being.h b/src/being.h index 1f9ada92..5869b879 100644 --- a/src/being.h +++ b/src/being.h @@ -229,15 +229,7 @@ class Being : public Sprite, public ConfigListener /** * Get the number of layers used to draw the being */ - int getNumberOfLayers() const - { return mNumberOfLayers; } - - /** - * Set the number of layers used to draw the being - */ - void setNumberOfLayers(int numberOfLayers) - { mNumberOfLayers = numberOfLayers; } - + int getNumberOfLayers() const; #ifdef EATHENA_SUPPORT /** @@ -557,12 +549,6 @@ class Being : public Sprite, public ConfigListener Sprites mSprites; float mAlpha; /**< Alpha opacity to draw the sprite */ - /** Stores the number of layers used to draw the being */ - int mNumberOfLayers; - - /** This method counts reliably the sprite layers currently used */ - void _updateNumberOfLayers(); - ParticleList mStunParticleEffects; ParticleVector mStatusParticleEffects; ParticleList mChildParticleEffects; |