From a2aa7c577b6d69b8185111a8ea8781957ce45b38 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 12 May 2009 10:41:31 -0600 Subject: Handle in party status in a much saner way --- src/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/player.h') 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. -- cgit v1.2.3-60-g2f50