diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-08 16:29:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-08 16:29:20 +0300 |
commit | ab38f105a42355cbf207bf4da48c0c386892781c (patch) | |
tree | 713b45108c805241fe5714146dfe0aff2bfd2d13 /src/being | |
parent | f8042d0cf07ebb4b10094ac242591d8edf7067ba (diff) | |
download | ManaVerse-ab38f105a42355cbf207bf4da48c0c386892781c.tar.gz ManaVerse-ab38f105a42355cbf207bf4da48c0c386892781c.tar.bz2 ManaVerse-ab38f105a42355cbf207bf4da48c0c386892781c.tar.xz ManaVerse-ab38f105a42355cbf207bf4da48c0c386892781c.zip |
Fix code style.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/actorsprite.h | 5 | ||||
-rw-r--r-- | src/being/localplayer.h | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/src/being/actorsprite.h b/src/being/actorsprite.h index 24051ea2c..d219309c4 100644 --- a/src/being/actorsprite.h +++ b/src/being/actorsprite.h @@ -22,8 +22,6 @@ #ifndef BEING_ACTORSPRITE_H #define BEING_ACTORSPRITE_H -#include "enums/simpletypes.h" - #include "resources/map/blocktype.h" #include "resources/map/mapconsts.h" @@ -188,7 +186,8 @@ class ActorSprite notfinal : public CompoundSprite, public Actor * Notify self that a status effect has flipped. * The new flag is passed. */ - virtual void updateStatusEffect(const int index, const Enable newStatus); + virtual void updateStatusEffect(const int index, + const Enable newStatus); /** * Handle an update to a status or stun effect diff --git a/src/being/localplayer.h b/src/being/localplayer.h index a4f26dcff..2ada30488 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -25,8 +25,6 @@ #include "being/being.h" -#include "enums/simpletypes.h" - #include "enums/being/pickup.h" #include "gui/userpalette.h" |