summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index f679d61f5..1db623982 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -309,7 +309,7 @@ struct party_member {
unsigned short map;
unsigned short lv;
unsigned leader : 1,
- online : 1;
+ online : 1;
};
struct party {