summaryrefslogtreecommitdiff
path: root/src/party.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/party.h')
-rw-r--r--src/party.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/party.h b/src/party.h
index 581410f7f..466f63a19 100644
--- a/src/party.h
+++ b/src/party.h
@@ -151,6 +151,8 @@ public:
static Party *getParty(short id);
+ static void clearParties();
+
private:
typedef std::map<int, Party*> PartyMap;
static PartyMap parties;