diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-08 22:47:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-08 22:47:02 +0300 |
commit | 8daa939a45794c26a33e109c13c4d6f58a46e00e (patch) | |
tree | fa0c2f40eec569816cfa2565f1070ddd90f57bf3 /src/being/playerinfo.h | |
parent | 6d4da51f0fdcecc2d4398f60dbca43f499fdbe16 (diff) | |
download | plus-8daa939a45794c26a33e109c13c4d6f58a46e00e.tar.gz plus-8daa939a45794c26a33e109c13c4d6f58a46e00e.tar.bz2 plus-8daa939a45794c26a33e109c13c4d6f58a46e00e.tar.xz plus-8daa939a45794c26a33e109c13c4d6f58a46e00e.zip |
Fix code style in being
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r-- | src/being/playerinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index bb7b89141..02dc4897c 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -23,11 +23,11 @@ #define BEING_PLAYERINFO_H #include "equipment.h" +#include "state.h" #include <map> #include <string> - /** * Stat information storage structure. */ @@ -243,7 +243,7 @@ namespace PlayerInfo void gameDestroyed(); - void stateChange(const int state); + void stateChange(const State state); void triggerAttr(const int id, const int old); |