diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/playerinfo.cpp | 2 | ||||
-rw-r--r-- | src/being/playerinfo.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp index d7298587d..a374d8b5b 100644 --- a/src/being/playerinfo.cpp +++ b/src/being/playerinfo.cpp @@ -460,7 +460,7 @@ void gameDestroyed() #endif } -void stateChange(const State state) +void stateChange(const StateT state) { if (state == State::GAME) { diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h index 3a74754e1..c45ba8a06 100644 --- a/src/being/playerinfo.h +++ b/src/being/playerinfo.h @@ -227,7 +227,7 @@ namespace PlayerInfo void gameDestroyed(); - void stateChange(const State state); + void stateChange(const StateT state); void triggerAttr(const AttributesT id, const int old); |