From 1f639454d986ea0d44b563eaa71019d9f1c01c24 Mon Sep 17 00:00:00 2001 From: David Athay Date: Thu, 17 Apr 2008 13:01:05 +0000 Subject: Added basic party support (no interface to create or quit yet) --- src/player.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index 4949783e..89cc1207 100644 --- a/src/player.h +++ b/src/player.h @@ -115,6 +115,16 @@ class Player : public Being */ short getNumberOfGuilds(); + /** + * Set the player in party + */ + void setInParty(bool value); + + /** + * Returns whether player is in the party + */ + bool getInParty() const { return mInParty; } + /** * Gets the way the character is blocked by other objects. */ @@ -135,6 +145,7 @@ class Player : public Being Gender mGender; Uint8 mHairStyle; Uint8 mHairColor; + bool mInParty; }; #endif -- cgit v1.2.3-60-g2f50