diff options
Diffstat (limited to 'src/map/party.c')
-rw-r--r-- | src/map/party.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/party.c b/src/map/party.c index 6b35debe5..472c03423 100644 --- a/src/map/party.c +++ b/src/map/party.c @@ -35,6 +35,7 @@ #include <string.h> struct party_interface party_s; +struct party_interface *party; /*========================================== * Fills the given party_member structure according to the sd provided. |