summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
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.