diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-12 10:41:31 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-12 10:41:31 -0600 |
commit | a2aa7c577b6d69b8185111a8ea8781957ce45b38 (patch) | |
tree | 5cd34f507fd16a9c66f7e83fffea3e94a49acaac /src/player.h | |
parent | fd47b191acef2230183cee1ab54901c777291e46 (diff) | |
download | mana-a2aa7c577b6d69b8185111a8ea8781957ce45b38.tar.gz mana-a2aa7c577b6d69b8185111a8ea8781957ce45b38.tar.bz2 mana-a2aa7c577b6d69b8185111a8ea8781957ce45b38.tar.xz mana-a2aa7c577b6d69b8185111a8ea8781957ce45b38.zip |
Handle in party status in a much saner way
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h index 5d037b75..af6412d4 100644 --- a/src/player.h +++ b/src/player.h @@ -127,7 +127,7 @@ class Player : public Being /** * Returns whether player is in the party */ - bool getInParty() const { return mInParty; } + bool isInParty() const { return mInParty; } /** * Gets the way the character is blocked by other objects. |